Html Css Color HEX #024020 British Racing Green

📋 copy color: '#024020'

red 2 ◦ green 64 ◦ blue 32

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

Shades of British Racing Green #024020

Tints of British Racing Green #024020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 32.65%

R = 2.04%
G = 65.31%
B = 32.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#024020 (or 0x024020) is known color: British Racing Green. HEX triplet: 02, 40 and 20. RGB value is (2,64,32). Sum of RGB (Red+Green+Blue) = 2+64+32=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #024020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024020 is #FDBFDF. Grayscale: #292929. Windows color (decimal): -16629728 or 2113538. OLE color: 2113538.

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

Color convert

RGB 2 64 32 -
CMYK 0.97 0 0.50 0.75
HSL 149.03º 0.94% 0.13% -
HSV(B) 149.03º 0.97% 0.25% -
XYZ 2.12 3.78 1.99 -
YUV 41.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 2 64 32 0.97 0 0.50 0.75 149.03 0.94 0.13
Hex 2 40 20 61 0 32 4B 95 5E D
Octal 2 100 40 141 0 62 113 225 136 15
Binary 10 1000000 100000 1100001 0 110010 1001011 10010101 1011110 1101

Color Harmonies of #024020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024020

Black with #024020

Text Example


Text Example

White with #024020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024020; }

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

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

background-color css

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

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

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

border-color css

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

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

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