Html Css Color HEX #024F13 British Racing Green

📋 copy color: '#024F13'

red 2 ◦ green 79 ◦ blue 19

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

Shades of British Racing Green #024F13

Tints of British Racing Green #024F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 79%

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

R = 2%
G = 79%
B = 19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#024F13 (or 0x024F13) is known color: British Racing Green. HEX triplet: 02, 4F and 13. RGB value is (2,79,19). Sum of RGB (Red+Green+Blue) = 2+79+19=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 79 (31.25% from 255 or 79% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 79 - color contains mainly: green. Hex color #024F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F13 is #FDB0EC. Grayscale: #313131. Windows color (decimal): -16625901 or 1265410. OLE color: 1265410.

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

Color convert

RGB 2 79 19 -
CMYK 0.97 0 0.76 0.69
HSL 133.25º 0.95% 0.16% -
HSV(B) 133.25º 0.97% 0.31% -
XYZ 2.94 5.65 1.55 -
YUV 49.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 2 79 19 0.97 0 0.76 0.69 133.25 0.95 0.16
Hex 2 4F 13 61 0 4C 45 85 5F 10
Octal 2 117 23 141 0 114 105 205 137 20
Binary 10 1001111 10011 1100001 0 1001100 1000101 10000101 1011111 10000

Color Harmonies of #024F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F13

Black with #024F13

Text Example


Text Example

White with #024F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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