Html Css Color HEX #024F1E British Racing Green

📋 copy color: '#024F1E'

red 2 ◦ green 79 ◦ blue 30

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

Shades of British Racing Green #024F1E

Tints of British Racing Green #024F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.03%

R = 1.8%
G = 71.17%
B = 27.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#024F1E (or 0x024F1E) is known color: British Racing Green. HEX triplet: 02, 4F and 1E. RGB value is (2,79,30). Sum of RGB (Red+Green+Blue) = 2+79+30=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 79 (31.25% from 255 or 71.17% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 79 - color contains mainly: green. Hex color #024F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F1E is #FDB0E1. Grayscale: #323232. Windows color (decimal): -16625890 or 1986306. OLE color: 1986306.

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

Color convert

RGB 2 79 30 -
CMYK 0.97 0 0.62 0.69
HSL 141.82º 0.95% 0.16% -
HSV(B) 141.82º 0.97% 0.31% -
XYZ 3.06 5.7 2.17 -
YUV 50.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 2 79 30 0.97 0 0.62 0.69 141.82 0.95 0.16
Hex 2 4F 1E 61 0 3E 45 8E 5F 10
Octal 2 117 36 141 0 76 105 216 137 20
Binary 10 1001111 11110 1100001 0 111110 1000101 10001110 1011111 10000

Color Harmonies of #024F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F1E

Black with #024F1E

Text Example


Text Example

White with #024F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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