Html Css Color HEX #024014 British Racing Green

📋 copy color: '#024014'

red 2 ◦ green 64 ◦ blue 20

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

Shades of British Racing Green #024014

Tints of British Racing Green #024014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 74.42%

 BLUE value IS 20 (8.2% from 255) = 23.26%

R = 2.33%
G = 74.42%
B = 23.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#024014 (or 0x024014) is known color: British Racing Green. HEX triplet: 02, 40 and 14. RGB value is (2,64,20). Sum of RGB (Red+Green+Blue) = 2+64+20=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #024014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024014 is #FDBFEB. Grayscale: #282828. Windows color (decimal): -16629740 or 1327106. OLE color: 1327106.

HSL color Cylindrical-coordinate representation of color #024014: hue angle of 137.42º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024014 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 64 20 -
CMYK 0.97 0 0.69 0.75
HSL 137.42º 0.94% 0.13% -
HSV(B) 137.42º 0.97% 0.25% -
XYZ 1.98 3.73 1.28 -
YUV 40.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 2 64 20 0.97 0 0.69 0.75 137.42 0.94 0.13
Hex 2 40 14 61 0 45 4B 89 5E D
Octal 2 100 24 141 0 105 113 211 136 15
Binary 10 1000000 10100 1100001 0 1000101 1001011 10001001 1011110 1101

Color Harmonies of #024014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024014

Black with #024014

Text Example


Text Example

White with #024014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024014; }

 p { color: rgb(2,64,20); }

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

background-color css

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

 a { background-color: rgb(2,64,20); }

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

border-color css

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

 span { border-color: rgb(2,64,20); }

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