Html Css Color HEX #024928 British Racing Green

📋 copy color: '#024928'

red 2 ◦ green 73 ◦ blue 40

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

Shades of British Racing Green #024928

Tints of British Racing Green #024928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 34.78%

R = 1.74%
G = 63.48%
B = 34.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#024928 (or 0x024928) is known color: British Racing Green. HEX triplet: 02, 49 and 28. RGB value is (2,73,40). Sum of RGB (Red+Green+Blue) = 2+73+40=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #024928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024928 is #FDB6D7. Grayscale: #303030. Windows color (decimal): -16627416 or 2640130. OLE color: 2640130.

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

Color convert

RGB 2 73 40 -
CMYK 0.97 0 0.45 0.71
HSL 152.11º 0.95% 0.15% -
HSV(B) 152.11º 0.97% 0.29% -
XYZ 2.79 4.93 2.81 -
YUV 48.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 2 73 40 0.97 0 0.45 0.71 152.11 0.95 0.15
Hex 2 49 28 61 0 2D 47 98 5F F
Octal 2 111 50 141 0 55 107 230 137 17
Binary 10 1001001 101000 1100001 0 101101 1000111 10011000 1011111 1111

Color Harmonies of #024928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024928

Black with #024928

Text Example


Text Example

White with #024928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024928; }

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

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

background-color css

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

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

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

border-color css

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

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

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