#01281A

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

Shades of Dark Green #01281A

Tints of Dark Green #01281A

Color information

#01281A (or 0x01281A) is unknown color: approx Dark Green. HEX triplet: 01, 28 and 1A. RGB value is (1,40,26). Sum of RGB (Red+Green+Blue) = 1+40+26=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #01281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01281A is #FED7E5. Grayscale: #1A1A1A. Windows color (decimal): -16701414 or 1714177. OLE color: 1714177.

HSL color Cylindrical-coordinate representation of color #01281A: hue angle of 158.46º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01281A is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB14026-
CMYK0.9800.350.84
HSL158.46º95.12%8.04%-
HSV(B)158.46º97.5%15.69%-
XYZ0.961.61.24-
YUV26.74127.58109.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 40 (16.02% from 255) = 59.70%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=1.49%
G=59.70%
B=38.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal140260.9800.350.84158.4695.128.04
Hex1281A62023549e5f8
Octal1503214204312423613710
Binary1101000110101100010010001110101001001111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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