#04302A

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

Shades of Dark Green #04302A

Tints of Dark Green #04302A

Color information

#04302A (or 0x04302A) is unknown color: approx Dark Green. HEX triplet: 04, 30 and 2A. RGB value is (4,48,42). Sum of RGB (Red+Green+Blue) = 4+48+42=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #04302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04302A is #FBCFD5. Grayscale: #222222. Windows color (decimal): -16502742 or 2764804. OLE color: 2764804.

HSL color Cylindrical-coordinate representation of color #04302A: hue angle of 171.82º 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 #04302A is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB44842-
CMYK0.9200.130.81
HSL171.82º84.62%10.2%-
HSV(B)171.82º91.67%18.82%-
XYZ1.522.312.56-
YUV34.16132.42106.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 48 (19.14% from 255) = 51.06%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=4.26%
G=51.06%
B=44.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448420.9200.130.81171.8284.6210.2
Hex4302A5C0D51ac55a
Octal4605213401512125412512
Binary10011000010101010111000110110100011010110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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