#02562D

Color #02562D British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #02562D

Tints of British Racing Green #02562D

Color information

#02562D (or 0x02562D) is unknown color: approx British Racing Green. HEX triplet: 02, 56 and 2D. RGB value is (2,86,45). Sum of RGB (Red+Green+Blue) = 2+86+45=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 86 (33.98% from 255 or 64.66% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 86 - color contains mainly: green. Hex color #02562D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02562D is #FDA9D2. Grayscale: #383838. Windows color (decimal): -16624083 or 2971138. OLE color: 2971138.

HSL color Cylindrical-coordinate representation of color #02562D: hue angle of 150.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02562D is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB28645-
CMYK0.9800.480.66
HSL150.71º95.45%17.25%-
HSV(B)150.71º97.67%33.73%-
XYZ3.836.863.6-
YUV56.21121.6789.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 86 (33.98% from 255) = 64.66%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=1.50%
G=64.66%
B=33.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286450.9800.480.66150.7195.4517.25
Hex2562D6203042975f11
Octal21265514206010222713721
Binary10101011010110111000100110000100001010010111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02562D; }

 p { color: rgb(2,86,45); }

 H1.HeaderClassName
 {
   color: #02562D;
 }
 .AnyTagClassName
 {
   color: #02562D;
 }
</style>
background-color css

<style>
 a { background-color: #02562D; }

 a { background-color: rgb(2,86,45); }

 div.DivClassName
 {
   background-color: #02562D;
 }
 .BgClassName
 {
   background-color: #02562D;
 }
</style>
border-color css

<style>
 span { border-color: #02562D; }

 span { border-color: rgb(2,86,45); }

 td.TdClassName
 {
   border-color: #02562D;
 }
 .TagClassName
 {
   border-color: #02562D;
 }
</style>