Html Css Color HEX #024F21 British Racing Green

📋 copy color: '#024F21'

red 2 ◦ green 79 ◦ blue 33

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

Shades of British Racing Green #024F21

Tints of British Racing Green #024F21

RGB

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

 GREEN value IS 79 (31.25% from 255) = 69.3%

 BLUE value IS 33 (13.28% from 255) = 28.95%

R = 1.75%
G = 69.3%
B = 28.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#024F21 (or 0x024F21) is known color: British Racing Green. HEX triplet: 02, 4F and 21. RGB value is (2,79,33). Sum of RGB (Red+Green+Blue) = 2+79+33=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 79 (31.25% from 255 or 69.30% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 79 - color contains mainly: green. Hex color #024F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F21 is #FDB0DE. Grayscale: #323232. Windows color (decimal): -16625887 or 2182914. OLE color: 2182914.

HSL color Cylindrical-coordinate representation of color #024F21: hue angle of 144.16º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F21 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 79 33 -
CMYK 0.97 0 0.58 0.69
HSL 144.16º 0.95% 0.16% -
HSV(B) 144.16º 0.97% 0.31% -
XYZ 3.1 5.71 2.38 -
YUV 50.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 2 79 33 0.97 0 0.58 0.69 144.16 0.95 0.16
Hex 2 4F 21 61 0 3A 45 90 5F 10
Octal 2 117 41 141 0 72 105 220 137 20
Binary 10 1001111 100001 1100001 0 111010 1000101 10010000 1011111 10000

Color Harmonies of #024F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F21

Black with #024F21

Text Example


Text Example

White with #024F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,79,33); }

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

background-color css

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

 a { background-color: rgb(2,79,33); }

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

border-color css

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

 span { border-color: rgb(2,79,33); }

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