#01261D

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

Shades of Dark Green #01261D

Tints of Dark Green #01261D

Color information

#01261D (or 0x01261D) is unknown color: approx Dark Green. HEX triplet: 01, 26 and 1D. RGB value is (1,38,29). Sum of RGB (Red+Green+Blue) = 1+38+29=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #01261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01261D is #FED9E2. Grayscale: #191919. Windows color (decimal): -16701923 or 1910273. OLE color: 1910273.

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

Color convert

RGB13829-
CMYK0.9700.240.85
HSL165.41º94.87%7.65%-
HSV(B)165.41º97.37%14.9%-
XYZ0.931.481.4-
YUV25.91129.74110.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 38 (15.23% from 255) = 55.88%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=1.47%
G=55.88%
B=42.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal138290.9700.240.85165.4194.877.65
Hex1261D6101855a55f8
Octal1463514103012524513710
Binary110011011101110000101100010101011010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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