Html Css Color HEX #024E1F British Racing Green

📋 copy color: '#024E1F'

red 2 ◦ green 78 ◦ blue 31

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

Shades of British Racing Green #024E1F

Tints of British Racing Green #024E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 70.27%

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 1.8%
G = 70.27%
B = 27.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#024E1F (or 0x024E1F) is known color: British Racing Green. HEX triplet: 02, 4E and 1F. RGB value is (2,78,31). Sum of RGB (Red+Green+Blue) = 2+78+31=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 78 (30.86% from 255 or 70.27% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 78 - color contains mainly: green. Hex color #024E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E1F is #FDB1E0. Grayscale: #323232. Windows color (decimal): -16626145 or 2051586. OLE color: 2051586.

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

Color convert

RGB 2 78 31 -
CMYK 0.97 0 0.60 0.69
HSL 142.89º 0.95% 0.16% -
HSV(B) 142.89º 0.97% 0.31% -
XYZ 3 5.56 2.21 -
YUV 49.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 2 78 31 0.97 0 0.60 0.69 142.89 0.95 0.16
Hex 2 4E 1F 61 0 3C 45 8F 5F 10
Octal 2 116 37 141 0 74 105 217 137 20
Binary 10 1001110 11111 1100001 0 111100 1000101 10001111 1011111 10000

Color Harmonies of #024E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E1F

Black with #024E1F

Text Example


Text Example

White with #024E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,31); }

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

background-color css

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

 a { background-color: rgb(2,78,31); }

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

border-color css

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

 span { border-color: rgb(2,78,31); }

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