Html Css Color HEX #024713 British Racing Green

📋 copy color: '#024713'

red 2 ◦ green 71 ◦ blue 19

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

Shades of British Racing Green #024713

Tints of British Racing Green #024713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 77.17%

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

R = 2.17%
G = 77.17%
B = 20.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#024713 (or 0x024713) is known color: British Racing Green. HEX triplet: 02, 47 and 13. RGB value is (2,71,19). Sum of RGB (Red+Green+Blue) = 2+71+19=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #024713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024713 is #FDB8EC. Grayscale: #2C2C2C. Windows color (decimal): -16627949 or 1263362. OLE color: 1263362.

HSL color Cylindrical-coordinate representation of color #024713: hue angle of 134.78º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024713 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 71 19 -
CMYK 0.97 0 0.73 0.72
HSL 134.78º 0.95% 0.14% -
HSV(B) 134.78º 0.97% 0.28% -
XYZ 2.4 4.57 1.37 -
YUV 44.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 2 71 19 0.97 0 0.73 0.72 134.78 0.95 0.14
Hex 2 47 13 61 0 49 48 87 5F E
Octal 2 107 23 141 0 111 110 207 137 16
Binary 10 1000111 10011 1100001 0 1001001 1001000 10000111 1011111 1110

Color Harmonies of #024713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024713

Black with #024713

Text Example


Text Example

White with #024713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024713; }

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

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

background-color css

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

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

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

border-color css

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

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

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