#05382F

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

Shades of Dark Green #05382F

Tints of Dark Green #05382F

Color information

#05382F (or 0x05382F) is unknown color: approx Dark Green. HEX triplet: 05, 38 and 2F. RGB value is (5,56,47). Sum of RGB (Red+Green+Blue) = 5+56+47=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #05382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05382F is #FAC7D0. Grayscale: #272727. Windows color (decimal): -16435153 or 3094533. OLE color: 3094533.

HSL color Cylindrical-coordinate representation of color #05382F: hue angle of 169.41º 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 #05382F is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB55647-
CMYK0.9100.160.78
HSL169.41º83.61%11.96%-
HSV(B)169.41º91.07%21.96%-
XYZ1.993.073.18-
YUV39.72132.1103.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 47 (18.75% from 255) = 43.52%
R=4.63%
G=51.85%
B=43.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556470.9100.160.78169.4183.6111.96
Hex5382F5B0104Ea954c
Octal5705713302011625112414
Binary101111000101111101101101000010011101010100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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