#04421E

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

Shades of British Racing Green #04421E

Tints of British Racing Green #04421E

Color information

#04421E (or 0x04421E) is unknown color: approx British Racing Green. HEX triplet: 04, 42 and 1E. RGB value is (4,66,30). Sum of RGB (Red+Green+Blue) = 4+66+30=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #04421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04421E is #FBBDE1. Grayscale: #2B2B2B. Windows color (decimal): -16498146 or 1982980. OLE color: 1982980.

HSL color Cylindrical-coordinate representation of color #04421E: hue angle of 145.16º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04421E is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB46630-
CMYK0.9400.550.74
HSL145.16º88.57%13.73%-
HSV(B)145.16º93.94%25.88%-
XYZ2.234.021.89-
YUV43.36120.4699.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 66 (26.17% from 255) = 66%
BLUE value IS 30 (12.11% from 255) = 30%
R=4%
G=66%
B=30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466300.9400.550.74145.1688.5713.73
Hex4421E5E0374A9159e
Octal41023613606711222113116
Binary1001000010111101011110011011110010101001000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04421E; }

 p { color: rgb(4,66,30); }

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

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

 a { background-color: rgb(4,66,30); }

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

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

 span { border-color: rgb(4,66,30); }

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