#01270A

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

Shades of Dark Green #01270A

Tints of Dark Green #01270A

Color information

#01270A (or 0x01270A) is unknown color: approx Dark Green. HEX triplet: 01, 27 and 0A. RGB value is (1,39,10). Sum of RGB (Red+Green+Blue) = 1+39+10=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 39 (15.62% from 255 or 78% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 39 - color contains mainly: green. Hex color #01270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01270A is #FED8F5. Grayscale: #181818. Windows color (decimal): -16701686 or 665345. OLE color: 665345.

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

Color convert

RGB13910-
CMYK0.9700.740.85
HSL134.21º95%7.84%-
HSV(B)134.21º97.44%15.29%-
XYZ0.791.480.53-
YUV24.33119.91111.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 39 (15.62% from 255) = 78%
BLUE value IS 10 (4.30% from 255) = 20%
R=2%
G=78%
B=20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal139100.9700.740.85134.21957.84
Hex127A6104A55865f8
Octal14712141011212520613710
Binary1100111101011000010100101010101011000011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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