#1A6D0D

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

Shades of Green #1A6D0D

Tints of Green #1A6D0D

Color information

#1A6D0D (or 0x1A6D0D) is unknown color: approx Green. HEX triplet: 1A, 6D and 0D. RGB value is (26,109,13). Sum of RGB (Red+Green+Blue) = 26+109+13=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 109 (42.97% from 255 or 73.65% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6D0D is #E592F2. Grayscale: #494949. Windows color (decimal): -15045363 or 879898. OLE color: 879898.

HSL color Cylindrical-coordinate representation of color #1A6D0D: hue angle of 111.88º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A6D0D is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB2610913-
CMYK0.7600.880.57
HSL111.88º78.69%23.92%-
HSV(B)111.88º88.07%42.75%-
XYZ5.9711.192.23-
YUV73.249494.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.57%
GREEN value IS 109 (42.97% from 255) = 73.65%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=17.57%
G=73.65%
B=8.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26109130.7600.880.57111.8878.6923.92
Hex1A6DD4C05839704f18
Octal321551511401307116011730
Binary11010110110111011001100010110001110011110000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6D0D; }

 p { color: rgb(26,109,13); }

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

<style>
 a { background-color: #1A6D0D; }

 a { background-color: rgb(26,109,13); }

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

<style>
 span { border-color: #1A6D0D; }

 span { border-color: rgb(26,109,13); }

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