#004226

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

Shades of British Racing Green #004226

Tints of British Racing Green #004226

Color information

#004226 (or 0x004226) is unknown color: approx British Racing Green. HEX triplet: 00, 42 and 26. RGB value is (0,66,38). Sum of RGB (Red+Green+Blue) = 0+66+38=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #004226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004226 is #FFBDD9. Grayscale: #2B2B2B. Windows color (decimal): -16760282 or 2507264. OLE color: 2507264.

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

Color convert

RGB06638-
CMYK100.420.74
HSL154.55º100%12.94%-
HSV(B)154.55º100%25.88%-
XYZ2.34.042.49-
YUV43.07125.1397.28-

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) = 63.46%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=0%
G=63.46%
B=36.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06638100.420.74154.5510012.94
Hex042266402A4A9b64d
Octal01024614405211223314415
Binary010000101001101100100010101010010101001101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004226; }

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

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

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

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

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

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

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

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