#08382F

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

Shades of Dark Green #08382F

Tints of Dark Green #08382F

Color information

#08382F (or 0x08382F) is unknown color: approx Dark Green. HEX triplet: 08, 38 and 2F. RGB value is (8,56,47). Sum of RGB (Red+Green+Blue) = 8+56+47=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #08382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08382F is #F7C7D0. Grayscale: #282828. Windows color (decimal): -16238545 or 3094536. OLE color: 3094536.

HSL color Cylindrical-coordinate representation of color #08382F: hue angle of 168.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08382F is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB85647-
CMYK0.8600.160.78
HSL168.75º75%12.55%-
HSV(B)168.75º85.71%21.96%-
XYZ2.033.093.18-
YUV40.62131.6104.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 47 (18.75% from 255) = 42.34%
R=7.21%
G=50.45%
B=42.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal856470.8600.160.78168.757512.55
Hex8382F560104Ea94bd
Octal10705712602011625111315
Binary1000111000101111101011001000010011101010100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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