#01261E

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

Shades of Dark Green #01261E

Tints of Dark Green #01261E

Color information

#01261E (or 0x01261E) is unknown color: approx Dark Green. HEX triplet: 01, 26 and 1E. RGB value is (1,38,30). Sum of RGB (Red+Green+Blue) = 1+38+30=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #01261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01261E is #FED9E1. Grayscale: #1A1A1A. Windows color (decimal): -16701922 or 1975809. OLE color: 1975809.

HSL color Cylindrical-coordinate representation of color #01261E: hue angle of 167.03º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01261E is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB13830-
CMYK0.9700.210.85
HSL167.03º94.87%7.65%-
HSV(B)167.03º97.37%14.9%-
XYZ0.941.491.47-
YUV26.02130.24110.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 38 (15.23% from 255) = 55.07%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=1.45%
G=55.07%
B=43.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal138300.9700.210.85167.0394.877.65
Hex1261E6101555a75f8
Octal1463614102512524713710
Binary110011011110110000101010110101011010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,38,30); }

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

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

 a { background-color: rgb(1,38,30); }

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

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

 span { border-color: rgb(1,38,30); }

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