#04412A

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

Shades of British Racing Green #04412A

Tints of British Racing Green #04412A

Color information

#04412A (or 0x04412A) is unknown color: approx British Racing Green. HEX triplet: 04, 41 and 2A. RGB value is (4,65,42). Sum of RGB (Red+Green+Blue) = 4+65+42=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #04412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04412A is #FBBED5. Grayscale: #2C2C2C. Windows color (decimal): -16498390 or 2769156. OLE color: 2769156.

HSL color Cylindrical-coordinate representation of color #04412A: hue angle of 157.38º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04412A is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB46542-
CMYK0.9400.350.75
HSL157.38º88.41%13.53%-
HSV(B)157.38º93.85%25.49%-
XYZ2.363.972.83-
YUV44.14126.7999.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.60%
GREEN value IS 65 (25.78% from 255) = 58.56%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=3.60%
G=58.56%
B=37.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465420.9400.350.75157.3888.4113.53
Hex4412A5E0234B9d58e
Octal41015213604311323513016
Binary10010000011010101011110010001110010111001110110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04412A; }

 p { color: rgb(4,65,42); }

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

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

 a { background-color: rgb(4,65,42); }

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

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

 span { border-color: rgb(4,65,42); }

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