Html Css Color HEX #024416 British Racing Green

📋 copy color: '#024416'

red 2 ◦ green 68 ◦ blue 22

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

Shades of British Racing Green #024416

Tints of British Racing Green #024416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 73.91%

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

R = 2.17%
G = 73.91%
B = 23.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#024416 (or 0x024416) is known color: British Racing Green. HEX triplet: 02, 44 and 16. RGB value is (2,68,22). Sum of RGB (Red+Green+Blue) = 2+68+22=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 68 (26.95% from 255 or 73.91% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 68 - color contains mainly: green. Hex color #024416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024416 is #FDBBE9. Grayscale: #2B2B2B. Windows color (decimal): -16628714 or 1459202. OLE color: 1459202.

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

Color convert

RGB 2 68 22 -
CMYK 0.97 0 0.68 0.73
HSL 138.18º 0.94% 0.14% -
HSV(B) 138.18º 0.97% 0.27% -
XYZ 2.24 4.21 1.45 -
YUV 43.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 2 68 22 0.97 0 0.68 0.73 138.18 0.94 0.14
Hex 2 44 16 61 0 44 49 8A 5E E
Octal 2 104 26 141 0 104 111 212 136 16
Binary 10 1000100 10110 1100001 0 1000100 1001001 10001010 1011110 1110

Color Harmonies of #024416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024416

Black with #024416

Text Example


Text Example

White with #024416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024416; }

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

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

background-color css

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

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

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

border-color css

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

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

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