#02552C

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

Shades of British Racing Green #02552C

Tints of British Racing Green #02552C

Color information

#02552C (or 0x02552C) is unknown color: approx British Racing Green. HEX triplet: 02, 55 and 2C. RGB value is (2,85,44). Sum of RGB (Red+Green+Blue) = 2+85+44=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #02552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02552C is #FDAAD3. Grayscale: #373737. Windows color (decimal): -16624340 or 2905346. OLE color: 2905346.

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

Color convert

RGB28544-
CMYK0.9800.480.67
HSL150.36º95.4%17.06%-
HSV(B)150.36º97.65%33.33%-
XYZ3.736.693.48-
YUV55.51121.589.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 85 (33.59% from 255) = 64.89%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=1.53%
G=64.89%
B=33.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285440.9800.480.67150.3695.417.06
Hex2552C6203043965f11
Octal21255414206010322613721
Binary10101010110110011000100110000100001110010110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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