Html Css Color HEX #024013 British Racing Green

📋 copy color: '#024013'

red 2 ◦ green 64 ◦ blue 19

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

Shades of British Racing Green #024013

Tints of British Racing Green #024013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.35%

R = 2.35%
G = 75.29%
B = 22.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#024013 (or 0x024013) is known color: British Racing Green. HEX triplet: 02, 40 and 13. RGB value is (2,64,19). Sum of RGB (Red+Green+Blue) = 2+64+19=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #024013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024013 is #FDBFEC. Grayscale: #282828. Windows color (decimal): -16629741 or 1261570. OLE color: 1261570.

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

Color convert

RGB 2 64 19 -
CMYK 0.97 0 0.70 0.75
HSL 136.45º 0.94% 0.13% -
HSV(B) 136.45º 0.97% 0.25% -
XYZ 1.98 3.73 1.23 -
YUV 40.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 2 64 19 0.97 0 0.70 0.75 136.45 0.94 0.13
Hex 2 40 13 61 0 46 4B 88 5E D
Octal 2 100 23 141 0 106 113 210 136 15
Binary 10 1000000 10011 1100001 0 1000110 1001011 10001000 1011110 1101

Color Harmonies of #024013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024013

Black with #024013

Text Example


Text Example

White with #024013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024013; }

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

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

background-color css

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

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

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

border-color css

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

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

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