Html Css Color HEX #004220 British Racing Green

📋 copy color: '#004220'

red 0 ◦ green 66 ◦ blue 32

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

Shades of British Racing Green #004220

Tints of British Racing Green #004220

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 32 (12.89% from 255) = 32.65%

R = 0%
G = 67.35%
B = 32.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#004220 (or 0x004220) is known color: British Racing Green. HEX triplet: 00, 42 and 20. RGB value is (0,66,32). Sum of RGB (Red+Green+Blue) = 0+66+32=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #004220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004220 is #FFBDDF. Grayscale: #2A2A2A. Windows color (decimal): -16760288 or 2114048. OLE color: 2114048.

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

Color convert

RGB 0 66 32 -
CMYK 1 0 0.52 0.74
HSL 149.09º 1% 0.13% -
HSV(B) 149.09º 1% 0.26% -
XYZ 2.21 4 2.02 -
YUV 42.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 0 66 32 1 0 0.52 0.74 149.09 1 0.13
Hex 0 42 20 64 0 34 4A 95 64 D
Octal 0 102 40 144 0 64 112 225 144 15
Binary 0 1000010 100000 1100100 0 110100 1001010 10010101 1100100 1101

Color Harmonies of #004220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004220

Black with #004220

Text Example


Text Example

White with #004220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004220; }

 p { color: rgb(0,66,32); }

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

background-color css

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

 a { background-color: rgb(0,66,32); }

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

border-color css

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

 span { border-color: rgb(0,66,32); }

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