Html Css Color HEX #024217 British Racing Green

📋 copy color: '#024217'

red 2 ◦ green 66 ◦ blue 23

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

Shades of British Racing Green #024217

Tints of British Racing Green #024217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 72.53%

 BLUE value IS 23 (9.38% from 255) = 25.27%

R = 2.2%
G = 72.53%
B = 25.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#024217 (or 0x024217) is known color: British Racing Green. HEX triplet: 02, 42 and 17. RGB value is (2,66,23). Sum of RGB (Red+Green+Blue) = 2+66+23=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 66 (26.17% from 255 or 72.53% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 66 - color contains mainly: green. Hex color #024217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024217 is #FDBDE8. Grayscale: #2A2A2A. Windows color (decimal): -16629225 or 1524226. OLE color: 1524226.

HSL color Cylindrical-coordinate representation of color #024217: hue angle of 139.69º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024217 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 66 23 -
CMYK 0.97 0 0.65 0.74
HSL 139.69º 0.94% 0.13% -
HSV(B) 139.69º 0.97% 0.26% -
XYZ 2.13 3.97 1.46 -
YUV 41.96 117.3 99.5 -
System Red Green Blue C M Y K H S L
Decimal 2 66 23 0.97 0 0.65 0.74 139.69 0.94 0.13
Hex 2 42 17 61 0 41 4A 8C 5E D
Octal 2 102 27 141 0 101 112 214 136 15
Binary 10 1000010 10111 1100001 0 1000001 1001010 10001100 1011110 1101

Color Harmonies of #024217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024217

Black with #024217

Text Example


Text Example

White with #024217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024217; }

 p { color: rgb(2,66,23); }

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

background-color css

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

 a { background-color: rgb(2,66,23); }

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

border-color css

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

 span { border-color: rgb(2,66,23); }

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