#004228

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

Shades of British Racing Green #004228

Tints of British Racing Green #004228

Color information

#004228 (or 0x004228) is unknown color: approx British Racing Green. HEX triplet: 00, 42 and 28. RGB value is (0,66,40). Sum of RGB (Red+Green+Blue) = 0+66+40=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #004228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004228 is #FFBDD7. Grayscale: #2B2B2B. Windows color (decimal): -16760280 or 2638336. OLE color: 2638336.

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

Color convert

RGB06640-
CMYK100.390.74
HSL156.36º100%12.94%-
HSV(B)156.36º100%25.88%-
XYZ2.334.052.67-
YUV43.3126.1397.11-

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) = 62.26%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=0%
G=62.26%
B=37.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06640100.390.74156.3610012.94
Hex04228640274A9c64d
Octal01025014404711223414415
Binary010000101010001100100010011110010101001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004228; }

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

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

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

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

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

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

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

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