#02551C

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

Shades of British Racing Green #02551C

Tints of British Racing Green #02551C

Color information

#02551C (or 0x02551C) is unknown color: approx British Racing Green. HEX triplet: 02, 55 and 1C. RGB value is (2,85,28). Sum of RGB (Red+Green+Blue) = 2+85+28=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #02551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02551C is #FDAAE3. Grayscale: #353535. Windows color (decimal): -16624356 or 1856770. OLE color: 1856770.

HSL color Cylindrical-coordinate representation of color #02551C: hue angle of 138.8º 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 #02551C is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB28528-
CMYK0.9800.670.67
HSL138.8º95.4%17.06%-
HSV(B)138.8º97.65%33.33%-
XYZ3.486.592.19-
YUV53.68113.591.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 85 (33.59% from 255) = 73.91%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=1.74%
G=73.91%
B=24.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285280.9800.670.67138.895.417.06
Hex2551C62043438b5f11
Octal212534142010310321313721
Binary10101010111100110001001000011100001110001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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