#02551D

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

Shades of British Racing Green #02551D

Tints of British Racing Green #02551D

Color information

#02551D (or 0x02551D) is unknown color: approx British Racing Green. HEX triplet: 02, 55 and 1D. RGB value is (2,85,29). Sum of RGB (Red+Green+Blue) = 2+85+29=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #02551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02551D is #FDAAE2. Grayscale: #353535. Windows color (decimal): -16624355 or 1922306. OLE color: 1922306.

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

Color convert

RGB28529-
CMYK0.9800.660.67
HSL139.52º95.4%17.06%-
HSV(B)139.52º97.65%33.33%-
XYZ3.56.62.25-
YUV53.811491.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 85 (33.59% from 255) = 73.28%
BLUE value IS 29 (11.72% from 255) = 25%
R=1.72%
G=73.28%
B=25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285290.9800.660.67139.5295.417.06
Hex2551D62042438c5f11
Octal212535142010210321413721
Binary10101010111101110001001000010100001110001100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,85,29); }

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

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

 a { background-color: rgb(2,85,29); }

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

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

 span { border-color: rgb(2,85,29); }

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