#08382D

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

Shades of Dark Green #08382D

Tints of Dark Green #08382D

Color information

#08382D (or 0x08382D) is unknown color: approx Dark Green. HEX triplet: 08, 38 and 2D. RGB value is (8,56,45). Sum of RGB (Red+Green+Blue) = 8+56+45=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #08382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08382D is #F7C7D2. Grayscale: #282828. Windows color (decimal): -16238547 or 2963464. OLE color: 2963464.

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

Color convert

RGB85645-
CMYK0.8600.200.78
HSL166.25º75%12.55%-
HSV(B)166.25º85.71%21.96%-
XYZ1.993.072.97-
YUV40.39130.6104.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 45 (17.97% from 255) = 41.28%
R=7.34%
G=51.38%
B=41.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal856450.8600.200.78166.257512.55
Hex8382D560144Ea64bd
Octal10705512602411624611315
Binary1000111000101101101011001010010011101010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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