Html Css Color HEX #024B20 British Racing Green

📋 copy color: '#024B20'

red 2 ◦ green 75 ◦ blue 32

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

Shades of British Racing Green #024B20

Tints of British Racing Green #024B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 68.81%

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

R = 1.83%
G = 68.81%
B = 29.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#024B20 (or 0x024B20) is known color: British Racing Green. HEX triplet: 02, 4B and 20. RGB value is (2,75,32). Sum of RGB (Red+Green+Blue) = 2+75+32=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 75 (29.69% from 255 or 68.81% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 75 - color contains mainly: green. Hex color #024B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B20 is #FDB4DF. Grayscale: #303030. Windows color (decimal): -16626912 or 2116354. OLE color: 2116354.

HSL color Cylindrical-coordinate representation of color #024B20: hue angle of 144.66º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B20 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 75 32 -
CMYK 0.97 0 0.57 0.71
HSL 144.66º 0.95% 0.15% -
HSV(B) 144.66º 0.97% 0.29% -
XYZ 2.8 5.15 2.21 -
YUV 48.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 2 75 32 0.97 0 0.57 0.71 144.66 0.95 0.15
Hex 2 4B 20 61 0 39 47 91 5F F
Octal 2 113 40 141 0 71 107 221 137 17
Binary 10 1001011 100000 1100001 0 111001 1000111 10010001 1011111 1111

Color Harmonies of #024B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B20

Black with #024B20

Text Example


Text Example

White with #024B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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