Html Css Color HEX #024421 British Racing Green

📋 copy color: '#024421'

red 2 ◦ green 68 ◦ blue 33

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

Shades of British Racing Green #024421

Tints of British Racing Green #024421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 32.04%

R = 1.94%
G = 66.02%
B = 32.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#024421 (or 0x024421) is known color: British Racing Green. HEX triplet: 02, 44 and 21. RGB value is (2,68,33). Sum of RGB (Red+Green+Blue) = 2+68+33=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #024421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024421 is #FDBBDE. Grayscale: #2C2C2C. Windows color (decimal): -16628703 or 2180098. OLE color: 2180098.

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

Color convert

RGB 2 68 33 -
CMYK 0.97 0 0.51 0.73
HSL 148.18º 0.94% 0.14% -
HSV(B) 148.18º 0.97% 0.27% -
XYZ 2.37 4.26 2.14 -
YUV 44.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 2 68 33 0.97 0 0.51 0.73 148.18 0.94 0.14
Hex 2 44 21 61 0 33 49 94 5E E
Octal 2 104 41 141 0 63 111 224 136 16
Binary 10 1000100 100001 1100001 0 110011 1001001 10010100 1011110 1110

Color Harmonies of #024421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024421

Black with #024421

Text Example


Text Example

White with #024421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024421; }

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

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

background-color css

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

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

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

border-color css

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

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

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