Html Css Color HEX #024511 British Racing Green

📋 copy color: '#024511'

red 2 ◦ green 69 ◦ blue 17

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

Shades of British Racing Green #024511

Tints of British Racing Green #024511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 78.41%

 BLUE value IS 17 (7.03% from 255) = 19.32%

R = 2.27%
G = 78.41%
B = 19.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#024511 (or 0x024511) is known color: British Racing Green. HEX triplet: 02, 45 and 11. RGB value is (2,69,17). Sum of RGB (Red+Green+Blue) = 2+69+17=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 69 (27.34% from 255 or 78.41% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 69 - color contains mainly: green. Hex color #024511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024511 is #FDBAEE. Grayscale: #2B2B2B. Windows color (decimal): -16628463 or 1131778. OLE color: 1131778.

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

Color convert

RGB 2 69 17 -
CMYK 0.97 0 0.75 0.73
HSL 133.43º 0.94% 0.14% -
HSV(B) 133.43º 0.97% 0.27% -
XYZ 2.25 4.31 1.24 -
YUV 43.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 2 69 17 0.97 0 0.75 0.73 133.43 0.94 0.14
Hex 2 45 11 61 0 4B 49 85 5E E
Octal 2 105 21 141 0 113 111 205 136 16
Binary 10 1000101 10001 1100001 0 1001011 1001001 10000101 1011110 1110

Color Harmonies of #024511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024511

Black with #024511

Text Example


Text Example

White with #024511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024511; }

 p { color: rgb(2,69,17); }

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

background-color css

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

 a { background-color: rgb(2,69,17); }

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

border-color css

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

 span { border-color: rgb(2,69,17); }

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