#10261D

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

Shades of Dark Green #10261D

Tints of Dark Green #10261D

Color information

#10261D (or 0x10261D) is unknown color: approx Dark Green. HEX triplet: 10, 26 and 1D. RGB value is (16,38,29). Sum of RGB (Red+Green+Blue) = 16+38+29=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #10261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10261D is #EFD9E2. Grayscale: #1E1E1E. Windows color (decimal): -15718883 or 1910288. OLE color: 1910288.

HSL color Cylindrical-coordinate representation of color #10261D: hue angle of 155.45º 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 #10261D is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB163829-
CMYK0.5800.240.85
HSL155.45º40.74%10.59%-
HSV(B)155.45º57.89%14.9%-
XYZ1.131.591.41-
YUV30.4127.21117.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 38 (15.23% from 255) = 45.78%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=19.28%
G=45.78%
B=34.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1638290.5800.240.85155.4540.7410.59
Hex10261D3A018559b29b
Octal204635720301252335113
Binary10000100110111011110100110001010101100110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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