#024527

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

Shades of British Racing Green #024527

Tints of British Racing Green #024527

Color information

#024527 (or 0x024527) is unknown color: approx British Racing Green. HEX triplet: 02, 45 and 27. RGB value is (2,69,39). Sum of RGB (Red+Green+Blue) = 2+69+39=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #024527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024527 is #FDBAD8. Grayscale: #2D2D2D. Windows color (decimal): -16628441 or 2573570. OLE color: 2573570.

HSL color Cylindrical-coordinate representation of color #024527: hue angle of 153.13º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024527 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB26939-
CMYK0.9700.430.73
HSL153.13º94.37%13.92%-
HSV(B)153.13º97.1%27.06%-
XYZ2.524.422.64-
YUV45.55124.396.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 69 (27.34% from 255) = 62.73%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=1.82%
G=62.73%
B=35.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269390.9700.430.73153.1394.3713.92
Hex245276102B49995ee
Octal21054714105311123113616
Binary1010001011001111100001010101110010011001100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024527; }

 p { color: rgb(2,69,39); }

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

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

 a { background-color: rgb(2,69,39); }

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

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

 span { border-color: rgb(2,69,39); }

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