#04302B

Color #04302B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #04302B

Tints of Dark Green #04302B

Color information

#04302B (or 0x04302B) is unknown color: approx Dark Green. HEX triplet: 04, 30 and 2B. RGB value is (4,48,43). Sum of RGB (Red+Green+Blue) = 4+48+43=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #04302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04302B is #FBCFD4. Grayscale: #222222. Windows color (decimal): -16502741 or 2830340. OLE color: 2830340.

HSL color Cylindrical-coordinate representation of color #04302B: hue angle of 173.18º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04302B is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB44843-
CMYK0.9200.100.81
HSL173.18º84.62%10.2%-
HSV(B)173.18º91.67%18.82%-
XYZ1.542.312.65-
YUV34.27132.92106.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=4.21%
G=50.53%
B=45.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448430.9200.100.81173.1884.6210.2
Hex4302B5C0A51ad55a
Octal4605313401212125512512
Binary10011000010101110111000101010100011010110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04302B; }

 p { color: rgb(4,48,43); }

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

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

 a { background-color: rgb(4,48,43); }

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

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

 span { border-color: rgb(4,48,43); }

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