Html Css Color HEX #00392A Dark Green

📋 copy color: '#00392A'

red 0 ◦ green 57 ◦ blue 42

#00392A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #00392A

Tints of Dark Green #00392A

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.8% from 255) = 42.42%

R = 0%
G = 57.58%
B = 42.42%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#00392A (or 0x00392A) is known color: 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

RGB 0 57 42 -
CMYK 1 0 0.26 0.78
HSL 164.21º 1% 0.11% -
HSV(B) 164.21º 1% 0.22% -
XYZ 1.88 3.09 2.69 -
YUV 38.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 0 57 42 1 0 0.26 0.78 164.21 1 0.11
Hex 0 39 2A 64 0 1A 4E A4 64 B
Octal 0 71 52 144 0 32 116 244 144 13
Binary 0 111001 101010 1100100 0 11010 1001110 10100100 1100100 1011

Color Harmonies of #00392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00392A

Black with #00392A

Text Example


Text Example

White with #00392A

Text Example


Text Example

HTML Codes & Css Web 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>