#10271F

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

Shades of Dark Green #10271F

Tints of Dark Green #10271F

Color information

#10271F (or 0x10271F) is unknown color: approx Dark Green. HEX triplet: 10, 27 and 1F. RGB value is (16,39,31). Sum of RGB (Red+Green+Blue) = 16+39+31=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #10271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10271F is #EFD8E0. Grayscale: #1F1F1F. Windows color (decimal): -15718625 or 2041616. OLE color: 2041616.

HSL color Cylindrical-coordinate representation of color #10271F: hue angle of 159.13º 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 #10271F is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB163931-
CMYK0.5900.210.85
HSL159.13º41.82%10.78%-
HSV(B)159.13º58.97%15.29%-
XYZ1.191.661.55-
YUV31.21127.88117.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.60%
GREEN value IS 39 (15.62% from 255) = 45.35%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=18.60%
G=45.35%
B=36.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1639310.5900.210.85159.1341.8210.78
Hex10271F3B015559f2ab
Octal204737730251252375213
Binary10000100111111111110110101011010101100111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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