Html Css Color HEX #024922 British Racing Green

📋 copy color: '#024922'

red 2 ◦ green 73 ◦ blue 34

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

Shades of British Racing Green #024922

Tints of British Racing Green #024922

RGB

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

 GREEN value IS 73 (28.91% from 255) = 66.97%

 BLUE value IS 34 (13.67% from 255) = 31.19%

R = 1.83%
G = 66.97%
B = 31.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#024922 (or 0x024922) is known color: British Racing Green. HEX triplet: 02, 49 and 22. RGB value is (2,73,34). Sum of RGB (Red+Green+Blue) = 2+73+34=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #024922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024922 is #FDB6DD. Grayscale: #2F2F2F. Windows color (decimal): -16627422 or 2246914. OLE color: 2246914.

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

Color convert

RGB 2 73 34 -
CMYK 0.97 0 0.53 0.71
HSL 147.04º 0.95% 0.15% -
HSV(B) 147.04º 0.97% 0.29% -
XYZ 2.7 4.89 2.32 -
YUV 47.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 2 73 34 0.97 0 0.53 0.71 147.04 0.95 0.15
Hex 2 49 22 61 0 35 47 93 5F F
Octal 2 111 42 141 0 65 107 223 137 17
Binary 10 1001001 100010 1100001 0 110101 1000111 10010011 1011111 1111

Color Harmonies of #024922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024922

Black with #024922

Text Example


Text Example

White with #024922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024922; }

 p { color: rgb(2,73,34); }

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

background-color css

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

 a { background-color: rgb(2,73,34); }

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

border-color css

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

 span { border-color: rgb(2,73,34); }

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