#02551E

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

Shades of British Racing Green #02551E

Tints of British Racing Green #02551E

Color information

#02551E (or 0x02551E) is unknown color: approx British Racing Green. HEX triplet: 02, 55 and 1E. RGB value is (2,85,30). Sum of RGB (Red+Green+Blue) = 2+85+30=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #02551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02551E is #FDAAE1. Grayscale: #363636. Windows color (decimal): -16624354 or 1987842. OLE color: 1987842.

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

Color convert

RGB28530-
CMYK0.9800.650.67
HSL140.24º95.4%17.06%-
HSV(B)140.24º97.65%33.33%-
XYZ3.516.62.32-
YUV53.91114.590.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 85 (33.59% from 255) = 72.65%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=1.71%
G=72.65%
B=25.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285300.9800.650.67140.2495.417.06
Hex2551E62041438c5f11
Octal212536142010110321413721
Binary10101010111110110001001000001100001110001100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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