Html Css Color HEX #004020 British Racing Green

📋 copy color: '#004020'

red 0 ◦ green 64 ◦ blue 32

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

Shades of British Racing Green #004020

Tints of British Racing Green #004020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 66.67%

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

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#004020 (or 0x004020) is known color: British Racing Green. HEX triplet: 00, 40 and 20. RGB value is (0,64,32). Sum of RGB (Red+Green+Blue) = 0+64+32=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #004020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004020 is #FFBFDF. Grayscale: #292929. Windows color (decimal): -16760800 or 2113536. OLE color: 2113536.

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

Color convert

RGB 0 64 32 -
CMYK 1 0 0.50 0.75
HSL 150º 1% 0.13% -
HSV(B) 150º 1% 0.25% -
XYZ 2.09 3.77 1.98 -
YUV 41.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 0 64 32 1 0 0.50 0.75 150 1 0.13
Hex 0 40 20 64 0 32 4B 96 64 D
Octal 0 100 40 144 0 62 113 226 144 15
Binary 0 1000000 100000 1100100 0 110010 1001011 10010110 1100100 1101

Color Harmonies of #004020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004020

Black with #004020

Text Example


Text Example

White with #004020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004020; }

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

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

background-color css

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

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

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

border-color css

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

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

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