#01261B

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

Shades of Dark Green #01261B

Tints of Dark Green #01261B

Color information

#01261B (or 0x01261B) is unknown color: approx Dark Green. HEX triplet: 01, 26 and 1B. RGB value is (1,38,27). Sum of RGB (Red+Green+Blue) = 1+38+27=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #01261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01261B is #FED9E4. Grayscale: #191919. Windows color (decimal): -16701925 or 1779201. OLE color: 1779201.

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

Color convert

RGB13827-
CMYK0.9700.290.85
HSL162.16º94.87%7.65%-
HSV(B)162.16º97.37%14.9%-
XYZ0.91.471.27-
YUV25.68128.74110.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 38 (15.23% from 255) = 57.58%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=1.52%
G=57.58%
B=40.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal138270.9700.290.85162.1694.877.65
Hex1261B6101D55a25f8
Octal1463314103512524213710
Binary110011011011110000101110110101011010001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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