Html Css Color HEX #024E1D British Racing Green

📋 copy color: '#024E1D'

red 2 ◦ green 78 ◦ blue 29

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

Shades of British Racing Green #024E1D

Tints of British Racing Green #024E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 1.83%
G = 71.56%
B = 26.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#024E1D (or 0x024E1D) is known color: British Racing Green. HEX triplet: 02, 4E and 1D. RGB value is (2,78,29). Sum of RGB (Red+Green+Blue) = 2+78+29=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 78 (30.86% from 255 or 71.56% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 78 - color contains mainly: green. Hex color #024E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E1D is #FDB1E2. Grayscale: #313131. Windows color (decimal): -16626147 or 1920514. OLE color: 1920514.

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

Color convert

RGB 2 78 29 -
CMYK 0.97 0 0.63 0.69
HSL 141.32º 0.95% 0.16% -
HSV(B) 141.32º 0.97% 0.31% -
XYZ 2.97 5.55 2.08 -
YUV 49.69 116.32 93.98 -
System Red Green Blue C M Y K H S L
Decimal 2 78 29 0.97 0 0.63 0.69 141.32 0.95 0.16
Hex 2 4E 1D 61 0 3F 45 8D 5F 10
Octal 2 116 35 141 0 77 105 215 137 20
Binary 10 1001110 11101 1100001 0 111111 1000101 10001101 1011111 10000

Color Harmonies of #024E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E1D

Black with #024E1D

Text Example


Text Example

White with #024E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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