Html Css Color HEX #024D1F British Racing Green

📋 copy color: '#024D1F'

red 2 ◦ green 77 ◦ blue 31

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

Shades of British Racing Green #024D1F

Tints of British Racing Green #024D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 70%

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

R = 1.82%
G = 70%
B = 28.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#024D1F (or 0x024D1F) is known color: British Racing Green. HEX triplet: 02, 4D and 1F. RGB value is (2,77,31). Sum of RGB (Red+Green+Blue) = 2+77+31=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #024D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D1F is #FDB2E0. Grayscale: #313131. Windows color (decimal): -16626401 or 2051330. OLE color: 2051330.

HSL color Cylindrical-coordinate representation of color #024D1F: hue angle of 143.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D1F is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 77 31 -
CMYK 0.97 0 0.60 0.70
HSL 143.2º 0.95% 0.15% -
HSV(B) 143.2º 0.97% 0.3% -
XYZ 2.93 5.42 2.19 -
YUV 49.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 2 77 31 0.97 0 0.60 0.70 143.2 0.95 0.15
Hex 2 4D 1F 61 0 3C 46 8F 5F F
Octal 2 115 37 141 0 74 106 217 137 17
Binary 10 1001101 11111 1100001 0 111100 1000110 10001111 1011111 1111

Color Harmonies of #024D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D1F

Black with #024D1F

Text Example


Text Example

White with #024D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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