#01271F

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

Shades of Dark Green #01271F

Tints of Dark Green #01271F

Color information

#01271F (or 0x01271F) is unknown color: approx Dark Green. HEX triplet: 01, 27 and 1F. RGB value is (1,39,31). Sum of RGB (Red+Green+Blue) = 1+39+31=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 39 (15.62% from 255 or 54.93% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 39 - color contains mainly: green. Hex color #01271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01271F is #FED8E0. Grayscale: #1A1A1A. Windows color (decimal): -16701665 or 2041601. OLE color: 2041601.

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

Color convert

RGB13931-
CMYK0.9700.210.85
HSL167.37º95%7.84%-
HSV(B)167.37º97.44%15.29%-
XYZ0.991.561.54-
YUV26.73130.41109.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 39 (15.62% from 255) = 54.93%
BLUE value IS 31 (12.5% from 255) = 43.66%
R=1.41%
G=54.93%
B=43.66%

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
Decimal139310.9700.210.85167.37957.84
Hex1271F6101555a75f8
Octal1473714102512524713710
Binary110011111111110000101010110101011010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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