Html Css Color HEX #024033 British Racing Green

📋 copy color: '#024033'

red 2 ◦ green 64 ◦ blue 51

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

Shades of British Racing Green #024033

Tints of British Racing Green #024033

RGB

 RED value IS 2 (1.17% from 255) = 1.71%

 GREEN value IS 64 (25.39% from 255) = 54.7%

 BLUE value IS 51 (20.31% from 255) = 43.59%

R = 1.71%
G = 54.7%
B = 43.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#024033 (or 0x024033) is known color: British Racing Green. HEX triplet: 02, 40 and 33. RGB value is (2,64,51). Sum of RGB (Red+Green+Blue) = 2+64+51=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #024033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024033 is #FDBFCC. Grayscale: #2B2B2B. Windows color (decimal): -16629709 or 3358722. OLE color: 3358722.

HSL color Cylindrical-coordinate representation of color #024033: hue angle of 167.42º 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 #024033 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 64 51 -
CMYK 0.97 0 0.20 0.75
HSL 167.42º 0.94% 0.13% -
HSV(B) 167.42º 0.97% 0.25% -
XYZ 2.46 3.92 3.76 -
YUV 43.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 2 64 51 0.97 0 0.20 0.75 167.42 0.94 0.13
Hex 2 40 33 61 0 14 4B A7 5E D
Octal 2 100 63 141 0 24 113 247 136 15
Binary 10 1000000 110011 1100001 0 10100 1001011 10100111 1011110 1101

Color Harmonies of #024033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024033

Black with #024033

Text Example


Text Example

White with #024033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024033; }

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

 H1.HeaderClassName
 {
   color: #024033;
 }
 .AnyTagClassName
 {
   color: #024033;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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