#10382C

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

Shades of Dark Green #10382C

Tints of Dark Green #10382C

Color information

#10382C (or 0x10382C) is unknown color: approx Dark Green. HEX triplet: 10, 38 and 2C. RGB value is (16,56,44). Sum of RGB (Red+Green+Blue) = 16+56+44=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #10382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10382C is #EFC7D3. Grayscale: #2A2A2A. Windows color (decimal): -15714260 or 2897936. OLE color: 2897936.

HSL color Cylindrical-coordinate representation of color #10382C: hue angle of 162º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10382C is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB165644-
CMYK0.7100.210.78
HSL162º55.56%14.12%-
HSV(B)162º71.43%21.96%-
XYZ2.083.122.88-
YUV42.67128.75108.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 56 (22.27% from 255) = 48.28%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=13.79%
G=48.28%
B=37.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1656440.7100.210.7816255.5614.12
Hex10382C470154Ea238e
Octal2070541070251162427016
Binary1000011100010110010001110101011001110101000101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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