Html Css Color HEX #024932 British Racing Green

📋 copy color: '#024932'

red 2 ◦ green 73 ◦ blue 50

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

Shades of British Racing Green #024932

Tints of British Racing Green #024932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 40%

R = 1.6%
G = 58.4%
B = 40%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#024932 (or 0x024932) is known color: British Racing Green. HEX triplet: 02, 49 and 32. RGB value is (2,73,50). Sum of RGB (Red+Green+Blue) = 2+73+50=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #024932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024932 is #FDB6CD. Grayscale: #313131. Windows color (decimal): -16627406 or 3295490. OLE color: 3295490.

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

Color convert

RGB 2 73 50 -
CMYK 0.97 0 0.32 0.71
HSL 160.56º 0.95% 0.15% -
HSV(B) 160.56º 0.97% 0.29% -
XYZ 2.98 5.01 3.83 -
YUV 49.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 2 73 50 0.97 0 0.32 0.71 160.56 0.95 0.15
Hex 2 49 32 61 0 20 47 A1 5F F
Octal 2 111 62 141 0 40 107 241 137 17
Binary 10 1001001 110010 1100001 0 100000 1000111 10100001 1011111 1111

Color Harmonies of #024932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024932

Black with #024932

Text Example


Text Example

White with #024932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024932; }

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

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

background-color css

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

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

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

border-color css

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

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

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