#10261C

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

Shades of Dark Green #10261C

Tints of Dark Green #10261C

Color information

#10261C (or 0x10261C) is unknown color: approx Dark Green. HEX triplet: 10, 26 and 1C. RGB value is (16,38,28). Sum of RGB (Red+Green+Blue) = 16+38+28=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #10261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10261C is #EFD9E3. Grayscale: #1E1E1E. Windows color (decimal): -15718884 or 1844752. OLE color: 1844752.

HSL color Cylindrical-coordinate representation of color #10261C: hue angle of 152.73º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #10261C is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB163828-
CMYK0.5800.260.85
HSL152.73º40.74%10.59%-
HSV(B)152.73º57.89%14.9%-
XYZ1.121.581.34-
YUV30.28126.71117.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.51%
GREEN value IS 38 (15.23% from 255) = 46.34%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=19.51%
G=46.34%
B=34.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1638280.5800.260.85152.7340.7410.59
Hex10261C3A01A559929b
Octal204634720321252315113
Binary10000100110111001110100110101010101100110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,38,28); }

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

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

 a { background-color: rgb(16,38,28); }

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

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

 span { border-color: rgb(16,38,28); }

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