Html Css Color HEX #004210 British Racing Green

📋 copy color: '#004210'

red 0 ◦ green 66 ◦ blue 16

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

Shades of British Racing Green #004210

Tints of British Racing Green #004210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.51%

R = 0%
G = 80.49%
B = 19.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#004210 (or 0x004210) is known color: British Racing Green. HEX triplet: 00, 42 and 10. RGB value is (0,66,16). Sum of RGB (Red+Green+Blue) = 0+66+16=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 66 (26.17% from 255 or 80.49% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 66 - color contains mainly: green. Hex color #004210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004210 is #FFBDEF. Grayscale: #282828. Windows color (decimal): -16760304 or 1065472. OLE color: 1065472.

HSL color Cylindrical-coordinate representation of color #004210: hue angle of 134.55º 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 #004210 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 66 16 -
CMYK 1 0 0.76 0.74
HSL 134.55º 1% 0.13% -
HSV(B) 134.55º 1% 0.26% -
XYZ 2.04 3.93 1.14 -
YUV 40.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 0 66 16 1 0 0.76 0.74 134.55 1 0.13
Hex 0 42 10 64 0 4C 4A 87 64 D
Octal 0 102 20 144 0 114 112 207 144 15
Binary 0 1000010 10000 1100100 0 1001100 1001010 10000111 1100100 1101

Color Harmonies of #004210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004210

Black with #004210

Text Example


Text Example

White with #004210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004210; }

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

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

background-color css

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

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

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

border-color css

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

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

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