Html Css Color HEX #024F28 British Racing Green

📋 copy color: '#024F28'

red 2 ◦ green 79 ◦ blue 40

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

Shades of British Racing Green #024F28

Tints of British Racing Green #024F28

RGB

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

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

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

R = 1.65%
G = 65.29%
B = 33.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#024F28 (or 0x024F28) is known color: British Racing Green. HEX triplet: 02, 4F and 28. RGB value is (2,79,40). Sum of RGB (Red+Green+Blue) = 2+79+40=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #024F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F28 is #FDB0D7. Grayscale: #333333. Windows color (decimal): -16625880 or 2641666. OLE color: 2641666.

HSL color Cylindrical-coordinate representation of color #024F28: hue angle of 149.61º 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 #024F28 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 79 40 -
CMYK 0.97 0 0.49 0.69
HSL 149.61º 0.95% 0.16% -
HSV(B) 149.61º 0.97% 0.31% -
XYZ 3.2 5.76 2.95 -
YUV 51.53 121.49 92.67 -
System Red Green Blue C M Y K H S L
Decimal 2 79 40 0.97 0 0.49 0.69 149.61 0.95 0.16
Hex 2 4F 28 61 0 31 45 96 5F 10
Octal 2 117 50 141 0 61 105 226 137 20
Binary 10 1001111 101000 1100001 0 110001 1000101 10010110 1011111 10000

Color Harmonies of #024F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F28

Black with #024F28

Text Example


Text Example

White with #024F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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