#01271B

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

Shades of Dark Green #01271B

Tints of Dark Green #01271B

Color information

#01271B (or 0x01271B) is unknown color: approx Dark Green. HEX triplet: 01, 27 and 1B. RGB value is (1,39,27). Sum of RGB (Red+Green+Blue) = 1+39+27=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #01271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01271B is #FED8E4. Grayscale: #1A1A1A. Windows color (decimal): -16701669 or 1779457. OLE color: 1779457.

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

Color convert

RGB13927-
CMYK0.9700.310.85
HSL161.05º95%7.84%-
HSV(B)161.05º97.44%15.29%-
XYZ0.941.541.28-
YUV26.27128.41109.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 39 (15.62% from 255) = 58.21%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=1.49%
G=58.21%
B=40.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal139270.9700.310.85161.05957.84
Hex1271B6101F55a15f8
Octal1473314103712524113710
Binary110011111011110000101111110101011010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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