Html Css Color HEX #024E28 British Racing Green

📋 copy color: '#024E28'

red 2 ◦ green 78 ◦ blue 40

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

Shades of British Racing Green #024E28

Tints of British Racing Green #024E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 33.33%

R = 1.67%
G = 65%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#024E28 (or 0x024E28) is known color: British Racing Green. HEX triplet: 02, 4E and 28. RGB value is (2,78,40). Sum of RGB (Red+Green+Blue) = 2+78+40=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #024E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E28 is #FDB1D7. Grayscale: #333333. Windows color (decimal): -16626136 or 2641410. OLE color: 2641410.

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

Color convert

RGB 2 78 40 -
CMYK 0.97 0 0.49 0.69
HSL 150º 0.95% 0.16% -
HSV(B) 150º 0.97% 0.31% -
XYZ 3.13 5.61 2.93 -
YUV 50.94 121.82 93.09 -
System Red Green Blue C M Y K H S L
Decimal 2 78 40 0.97 0 0.49 0.69 150 0.95 0.16
Hex 2 4E 28 61 0 31 45 96 5F 10
Octal 2 116 50 141 0 61 105 226 137 20
Binary 10 1001110 101000 1100001 0 110001 1000101 10010110 1011111 10000

Color Harmonies of #024E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E28

Black with #024E28

Text Example


Text Example

White with #024E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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