#004222

Color #004222 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #004222

Tints of British Racing Green #004222

Color information

#004222 (or 0x004222) is unknown color: approx British Racing Green. HEX triplet: 00, 42 and 22. RGB value is (0,66,34). Sum of RGB (Red+Green+Blue) = 0+66+34=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #004222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004222 is #FFBDDD. Grayscale: #2A2A2A. Windows color (decimal): -16760286 or 2245120. OLE color: 2245120.

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

Color convert

RGB06634-
CMYK100.480.74
HSL150.91º100%12.94%-
HSV(B)150.91º100%25.88%-
XYZ2.244.012.17-
YUV42.62123.1397.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 66%
BLUE value IS 34 (13.67% from 255) = 34%
R=0%
G=66%
B=34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06634100.480.74150.9110012.94
Hex04222640304A9764d
Octal01024214406011222714415
Binary010000101000101100100011000010010101001011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004222; }

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

 H1.HeaderClassName
 {
   color: #004222;
 }
 .AnyTagClassName
 {
   color: #004222;
 }
</style>
background-color css

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

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

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

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

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

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