#01271A

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

Shades of Dark Green #01271A

Tints of Dark Green #01271A

Color information

#01271A (or 0x01271A) is unknown color: approx Dark Green. HEX triplet: 01, 27 and 1A. RGB value is (1,39,26). Sum of RGB (Red+Green+Blue) = 1+39+26=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #01271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01271A is #FED8E5. Grayscale: #1A1A1A. Windows color (decimal): -16701670 or 1713921. OLE color: 1713921.

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

Color convert

RGB13926-
CMYK0.9700.330.85
HSL159.47º95%7.84%-
HSV(B)159.47º97.44%15.29%-
XYZ0.921.531.22-
YUV26.16127.91110.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 39 (15.62% from 255) = 59.09%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=1.52%
G=59.09%
B=39.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal139260.9700.330.85159.47957.84
Hex1271A61021559f5f8
Octal1473214104112523713710
Binary1100111110101100001010000110101011001111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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