#01261A

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

Shades of Dark Green #01261A

Tints of Dark Green #01261A

Color information

#01261A (or 0x01261A) is unknown color: approx Dark Green. HEX triplet: 01, 26 and 1A. RGB value is (1,38,26). Sum of RGB (Red+Green+Blue) = 1+38+26=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #01261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01261A is #FED9E5. Grayscale: #191919. Windows color (decimal): -16701926 or 1713665. OLE color: 1713665.

HSL color Cylindrical-coordinate representation of color #01261A: hue angle of 160.54º 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 #01261A is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB13826-
CMYK0.9700.320.85
HSL160.54º94.87%7.65%-
HSV(B)160.54º97.37%14.9%-
XYZ0.891.471.21-
YUV25.57128.24110.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 38 (15.23% from 255) = 58.46%
BLUE value IS 26 (10.55% from 255) = 40%
R=1.54%
G=58.46%
B=40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal138260.9700.320.85160.5494.877.65
Hex1261A6102055a15f8
Octal1463214104012524113710
Binary1100110110101100001010000010101011010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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