#01270D

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

Shades of Dark Green #01270D

Tints of Dark Green #01270D

Color information

#01270D (or 0x01270D) is unknown color: approx Dark Green. HEX triplet: 01, 27 and 0D. RGB value is (1,39,13). Sum of RGB (Red+Green+Blue) = 1+39+13=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 39 (15.62% from 255 or 73.58% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 39 - color contains mainly: green. Hex color #01270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01270D is #FED8F2. Grayscale: #181818. Windows color (decimal): -16701683 or 861953. OLE color: 861953.

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

Color convert

RGB13913-
CMYK0.9700.670.85
HSL138.95º95%7.84%-
HSV(B)138.95º97.44%15.29%-
XYZ0.811.490.62-
YUV24.67121.41111.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 39 (15.62% from 255) = 73.58%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=1.89%
G=73.58%
B=24.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal139130.9700.670.85138.95957.84
Hex127D61043558b5f8
Octal14715141010312521313710
Binary1100111110111000010100001110101011000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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