#04402C

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

Shades of British Racing Green #04402C

Tints of British Racing Green #04402C

Color information

#04402C (or 0x04402C) is unknown color: approx British Racing Green. HEX triplet: 04, 40 and 2C. RGB value is (4,64,44). Sum of RGB (Red+Green+Blue) = 4+64+44=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #04402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04402C is #FBBFD3. Grayscale: #2B2B2B. Windows color (decimal): -16498644 or 2899972. OLE color: 2899972.

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

Color convert

RGB46444-
CMYK0.9400.310.75
HSL160º88.24%13.33%-
HSV(B)160º93.75%25.1%-
XYZ2.343.873.01-
YUV43.78128.1299.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=3.57%
G=57.14%
B=39.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464440.9400.310.7516088.2413.33
Hex4402C5E01F4Ba058d
Octal41005413603711324013015
Binary1001000000101100101111001111110010111010000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04402C; }

 p { color: rgb(4,64,44); }

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

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

 a { background-color: rgb(4,64,44); }

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

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

 span { border-color: rgb(4,64,44); }

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