#00392B

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

Shades of Dark Green #00392B

Tints of Dark Green #00392B

Color information

#00392B (or 0x00392B) is unknown color: approx Dark Green. HEX triplet: 00, 39 and 2B. RGB value is (0,57,43). Sum of RGB (Red+Green+Blue) = 0+57+43=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #00392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00392B is #FFC6D4. Grayscale: #262626. Windows color (decimal): -16762581 or 2832640. OLE color: 2832640.

HSL color Cylindrical-coordinate representation of color #00392B: hue angle of 165.26º 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 #00392B is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB05743-
CMYK100.250.78
HSL165.26º100%11.18%-
HSV(B)165.26º100%22.35%-
XYZ1.93.12.78-
YUV38.36130.62100.64-

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%
BLUE value IS 43 (17.19% from 255) = 43%
R=0%
G=57%
B=43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05743100.250.78165.2610011.18
Hex0392B640194Ea564b
Octal0715314403111624514413
Binary0111001101011110010001100110011101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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