#10271E

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

Shades of Dark Green #10271E

Tints of Dark Green #10271E

Color information

#10271E (or 0x10271E) is unknown color: approx Dark Green. HEX triplet: 10, 27 and 1E. RGB value is (16,39,30). Sum of RGB (Red+Green+Blue) = 16+39+30=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #10271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10271E is #EFD8E1. Grayscale: #1F1F1F. Windows color (decimal): -15718626 or 1976080. OLE color: 1976080.

HSL color Cylindrical-coordinate representation of color #10271E: hue angle of 156.52º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #10271E is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB163930-
CMYK0.5900.230.85
HSL156.52º41.82%10.78%-
HSV(B)156.52º58.97%15.29%-
XYZ1.171.651.49-
YUV31.1127.38117.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.82%
GREEN value IS 39 (15.62% from 255) = 45.88%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=18.82%
G=45.88%
B=35.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1639300.5900.230.85156.5241.8210.78
Hex10271E3B017559d2ab
Octal204736730271252355213
Binary10000100111111101110110101111010101100111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10271E; }

 p { color: rgb(16,39,30); }

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

<style>
 a { background-color: #10271E; }

 a { background-color: rgb(16,39,30); }

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

<style>
 span { border-color: #10271E; }

 span { border-color: rgb(16,39,30); }

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