Html Css Color HEX #024D1C British Racing Green

📋 copy color: '#024D1C'

red 2 ◦ green 77 ◦ blue 28

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

Shades of British Racing Green #024D1C

Tints of British Racing Green #024D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 26.17%

R = 1.87%
G = 71.96%
B = 26.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#024D1C (or 0x024D1C) is known color: British Racing Green. HEX triplet: 02, 4D and 1C. RGB value is (2,77,28). Sum of RGB (Red+Green+Blue) = 2+77+28=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 77 (30.47% from 255 or 71.96% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 77 - color contains mainly: green. Hex color #024D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D1C is #FDB2E3. Grayscale: #313131. Windows color (decimal): -16626404 or 1854722. OLE color: 1854722.

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

Color convert

RGB 2 77 28 -
CMYK 0.97 0 0.64 0.70
HSL 140.8º 0.95% 0.15% -
HSV(B) 140.8º 0.97% 0.3% -
XYZ 2.89 5.4 1.99 -
YUV 48.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 2 77 28 0.97 0 0.64 0.70 140.8 0.95 0.15
Hex 2 4D 1C 61 0 40 46 8D 5F F
Octal 2 115 34 141 0 100 106 215 137 17
Binary 10 1001101 11100 1100001 0 1000000 1000110 10001101 1011111 1111

Color Harmonies of #024D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D1C

Black with #024D1C

Text Example


Text Example

White with #024D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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