Html Css Color HEX #024A10 British Racing Green

📋 copy color: '#024A10'

red 2 ◦ green 74 ◦ blue 16

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

Shades of British Racing Green #024A10

Tints of British Racing Green #024A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 80.43%

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

R = 2.17%
G = 80.43%
B = 17.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#024A10 (or 0x024A10) is known color: British Racing Green. HEX triplet: 02, 4A and 10. RGB value is (2,74,16). Sum of RGB (Red+Green+Blue) = 2+74+16=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 74 (29.30% from 255 or 80.43% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 74 - color contains mainly: green. Hex color #024A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024A10 is #FDB5EF. Grayscale: #2E2E2E. Windows color (decimal): -16627184 or 1067522. OLE color: 1067522.

HSL color Cylindrical-coordinate representation of color #024A10: hue angle of 131.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024A10 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 74 16 -
CMYK 0.97 0 0.78 0.71
HSL 131.67º 0.95% 0.15% -
HSV(B) 131.67º 0.97% 0.29% -
XYZ 2.57 4.95 1.31 -
YUV 45.86 111.15 96.72 -
System Red Green Blue C M Y K H S L
Decimal 2 74 16 0.97 0 0.78 0.71 131.67 0.95 0.15
Hex 2 4A 10 61 0 4E 47 84 5F F
Octal 2 112 20 141 0 116 107 204 137 17
Binary 10 1001010 10000 1100001 0 1001110 1000111 10000100 1011111 1111

Color Harmonies of #024A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A10

Black with #024A10

Text Example


Text Example

White with #024A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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