Html Css Color HEX #05392F Dark Green

📋 copy color: '#05392F'

red 5 ◦ green 57 ◦ blue 47

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

Shades of Dark Green #05392F

Tints of Dark Green #05392F

RGB

 RED value IS 5 (2.34% from 255) = 4.59%

 GREEN value IS 57 (22.66% from 255) = 52.29%

 BLUE value IS 47 (18.75% from 255) = 43.12%

R = 4.59%
G = 52.29%
B = 43.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#05392F (or 0x05392F) is known color: Dark Green. HEX triplet: 05, 39 and 2F. RGB value is (5,57,47). Sum of RGB (Red+Green+Blue) = 5+57+47=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #05392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05392F is #FAC6D0. Grayscale: #282828. Windows color (decimal): -16434897 or 3094789. OLE color: 3094789.

HSL color Cylindrical-coordinate representation of color #05392F: hue angle of 168.46º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05392F is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 57 47 -
CMYK 0.91 0 0.18 0.78
HSL 168.46º 0.84% 0.12% -
HSV(B) 168.46º 0.91% 0.22% -
XYZ 2.04 3.16 3.19 -
YUV 40.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 5 57 47 0.91 0 0.18 0.78 168.46 0.84 0.12
Hex 5 39 2F 5B 0 12 4E A8 54 C
Octal 5 71 57 133 0 22 116 250 124 14
Binary 101 111001 101111 1011011 0 10010 1001110 10101000 1010100 1100

Color Harmonies of #05392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05392F

Black with #05392F

Text Example


Text Example

White with #05392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05392F; }

 p { color: rgb(5,57,47); }

 H1.HeaderClassName
 {
   color: #05392F;
 }
 .AnyTagClassName
 {
   color: #05392F;
 }
</style>

background-color css

<style>
 a { background-color: #05392F; }

 a { background-color: rgb(5,57,47); }

 div.DivClassName
 {
   background-color: #05392F;
 }
 .BgClassName
 {
   background-color: #05392F;
 }
</style>

border-color css

<style>
 span { border-color: #05392F; }

 span { border-color: rgb(5,57,47); }

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