#024324

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

Shades of British Racing Green #024324

Tints of British Racing Green #024324

Color information

#024324 (or 0x024324) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 24. RGB value is (2,67,36). Sum of RGB (Red+Green+Blue) = 2+67+36=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #024324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024324 is #FDBCDB. Grayscale: #2C2C2C. Windows color (decimal): -16628956 or 2376450. OLE color: 2376450.

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

Color convert

RGB26736-
CMYK0.9700.460.74
HSL151.38º94.2%13.53%-
HSV(B)151.38º97.01%26.27%-
XYZ2.354.152.35-
YUV44.03123.4798.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 67 (26.56% from 255) = 63.81%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=1.90%
G=63.81%
B=34.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267360.9700.460.74151.3894.213.53
Hex243246102E4A975ee
Octal21034414105611222713616
Binary1010000111001001100001010111010010101001011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024324; }

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

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

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

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

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

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

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

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