#024224

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

Shades of British Racing Green #024224

Tints of British Racing Green #024224

Color information

#024224 (or 0x024224) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 24. RGB value is (2,66,36). Sum of RGB (Red+Green+Blue) = 2+66+36=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #024224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024224 is #FDBDDB. Grayscale: #2B2B2B. Windows color (decimal): -16629212 or 2376194. OLE color: 2376194.

HSL color Cylindrical-coordinate representation of color #024224: hue angle of 151.88º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024224 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB26636-
CMYK0.9700.450.74
HSL151.88º94.12%13.33%-
HSV(B)151.88º96.97%25.88%-
XYZ2.294.042.33-
YUV43.44123.898.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 66 (26.17% from 255) = 63.46%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=1.92%
G=63.46%
B=34.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266360.9700.450.74151.8894.1213.33
Hex242246102D4A985ed
Octal21024414105511223013615
Binary1010000101001001100001010110110010101001100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024224; }

 p { color: rgb(2,66,36); }

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

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

 a { background-color: rgb(2,66,36); }

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

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

 span { border-color: rgb(2,66,36); }

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