Html Css Color HEX #024032 British Racing Green

📋 copy color: '#024032'

red 2 ◦ green 64 ◦ blue 50

#024032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #024032

Tints of British Racing Green #024032

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.1%

R = 1.72%
G = 55.17%
B = 43.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#024032 (or 0x024032) is known color: 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

RGB 2 64 50 -
CMYK 0.97 0 0.22 0.75
HSL 166.45º 0.94% 0.13% -
HSV(B) 166.45º 0.97% 0.25% -
XYZ 2.43 3.91 3.64 -
YUV 43.87 131.46 98.14 -
System Red Green Blue C M Y K H S L
Decimal 2 64 50 0.97 0 0.22 0.75 166.45 0.94 0.13
Hex 2 40 32 61 0 16 4B A6 5E D
Octal 2 100 62 141 0 26 113 246 136 15
Binary 10 1000000 110010 1100001 0 10110 1001011 10100110 1011110 1101

Color Harmonies of #024032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024032

Black with #024032

Text Example


Text Example

White with #024032

Text Example


Text Example

HTML Codes & Css Web 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>