#08382C

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

Shades of Dark Green #08382C

Tints of Dark Green #08382C

Color information

#08382C (or 0x08382C) is unknown color: approx Dark Green. HEX triplet: 08, 38 and 2C. RGB value is (8,56,44). Sum of RGB (Red+Green+Blue) = 8+56+44=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #08382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08382C is #F7C7D3. Grayscale: #282828. Windows color (decimal): -16238548 or 2897928. OLE color: 2897928.

HSL color Cylindrical-coordinate representation of color #08382C: hue angle of 165º 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 #08382C is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB85644-
CMYK0.8600.210.78
HSL165º75%12.55%-
HSV(B)165º85.71%21.96%-
XYZ1.973.062.87-
YUV40.28130.1104.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 44 (17.58% from 255) = 40.74%
R=7.41%
G=51.85%
B=40.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal856440.8600.210.781657512.55
Hex8382C560154Ea54bd
Octal10705412602511624511315
Binary1000111000101100101011001010110011101010010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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