Html Css Color HEX #024F10 British Racing Green

📋 copy color: '#024F10'

red 2 ◦ green 79 ◦ blue 16

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

Shades of British Racing Green #024F10

Tints of British Racing Green #024F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.49%

R = 2.06%
G = 81.44%
B = 16.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#024F10 (or 0x024F10) is known color: British Racing Green. HEX triplet: 02, 4F and 10. RGB value is (2,79,16). Sum of RGB (Red+Green+Blue) = 2+79+16=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 79 (31.25% from 255 or 81.44% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 79 - color contains mainly: green. Hex color #024F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F10 is #FDB0EF. Grayscale: #303030. Windows color (decimal): -16625904 or 1068802. OLE color: 1068802.

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

Color convert

RGB 2 79 16 -
CMYK 0.97 0 0.80 0.69
HSL 130.91º 0.95% 0.16% -
HSV(B) 130.91º 0.97% 0.31% -
XYZ 2.91 5.64 1.43 -
YUV 48.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 2 79 16 0.97 0 0.80 0.69 130.91 0.95 0.16
Hex 2 4F 10 61 0 50 45 83 5F 10
Octal 2 117 20 141 0 120 105 203 137 20
Binary 10 1001111 10000 1100001 0 1010000 1000101 10000011 1011111 10000

Color Harmonies of #024F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F10

Black with #024F10

Text Example


Text Example

White with #024F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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