Html Css Color HEX #024116 British Racing Green

📋 copy color: '#024116'

red 2 ◦ green 65 ◦ blue 22

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

Shades of British Racing Green #024116

Tints of British Racing Green #024116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 73.03%

 BLUE value IS 22 (8.98% from 255) = 24.72%

R = 2.25%
G = 73.03%
B = 24.72%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#024116 (or 0x024116) is known color: British Racing Green. HEX triplet: 02, 41 and 16. RGB value is (2,65,22). Sum of RGB (Red+Green+Blue) = 2+65+22=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #024116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024116 is #FDBEE9. Grayscale: #292929. Windows color (decimal): -16629482 or 1458434. OLE color: 1458434.

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

Color convert

RGB 2 65 22 -
CMYK 0.97 0 0.66 0.75
HSL 139.05º 0.94% 0.13% -
HSV(B) 139.05º 0.97% 0.25% -
XYZ 2.06 3.85 1.39 -
YUV 41.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 2 65 22 0.97 0 0.66 0.75 139.05 0.94 0.13
Hex 2 41 16 61 0 42 4B 8B 5E D
Octal 2 101 26 141 0 102 113 213 136 15
Binary 10 1000001 10110 1100001 0 1000010 1001011 10001011 1011110 1101

Color Harmonies of #024116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024116

Black with #024116

Text Example


Text Example

White with #024116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024116; }

 p { color: rgb(2,65,22); }

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

background-color css

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

 a { background-color: rgb(2,65,22); }

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

border-color css

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

 span { border-color: rgb(2,65,22); }

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