#00392A

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

Shades of Dark Green #00392A

Tints of Dark Green #00392A

Color information

#00392A (or 0x00392A) is unknown color: approx Dark Green. HEX triplet: 00, 39 and 2A. RGB value is (0,57,42). Sum of RGB (Red+Green+Blue) = 0+57+42=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #00392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00392A is #FFC6D5. Grayscale: #262626. Windows color (decimal): -16762582 or 2767104. OLE color: 2767104.

HSL color Cylindrical-coordinate representation of color #00392A: hue angle of 164.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00392A is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB05742-
CMYK100.260.78
HSL164.21º100%11.18%-
HSV(B)164.21º100%22.35%-
XYZ1.883.092.69-
YUV38.25130.12100.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 57.58%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=0%
G=57.58%
B=42.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05742100.260.78164.2110011.18
Hex0392A6401A4Ea464b
Octal0715214403211624414413
Binary0111001101010110010001101010011101010010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,57,42); }

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

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

 a { background-color: rgb(0,57,42); }

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

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

 span { border-color: rgb(0,57,42); }

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