#024032

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

Shades of British Racing Green #024032

Tints of British Racing Green #024032

Color information

#024032 (or 0x024032) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 32. RGB value is (2,64,50). Sum of RGB (Red+Green+Blue) = 2+64+50=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #024032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024032 is #FDBFCD. Grayscale: #2B2B2B. Windows color (decimal): -16629710 or 3293186. OLE color: 3293186.

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

Color convert

RGB26450-
CMYK0.9700.220.75
HSL166.45º93.94%12.94%-
HSV(B)166.45º96.88%25.1%-
XYZ2.433.913.64-
YUV43.87131.4698.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=1.72%
G=55.17%
B=43.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264500.9700.220.75166.4593.9412.94
Hex24032610164Ba65ed
Octal21006214102611324613615
Binary101000000110010110000101011010010111010011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024032; }

 p { color: rgb(2,64,50); }

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

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

 a { background-color: rgb(2,64,50); }

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

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

 span { border-color: rgb(2,64,50); }

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