#01281B

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

Shades of Dark Green #01281B

Tints of Dark Green #01281B

Color information

#01281B (or 0x01281B) is unknown color: approx Dark Green. HEX triplet: 01, 28 and 1B. RGB value is (1,40,27). Sum of RGB (Red+Green+Blue) = 1+40+27=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 40 (16.02% from 255 or 58.82% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 40 - color contains mainly: green. Hex color #01281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01281B is #FED7E4. Grayscale: #1A1A1A. Windows color (decimal): -16701413 or 1779713. OLE color: 1779713.

HSL color Cylindrical-coordinate representation of color #01281B: hue angle of 160º 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 #01281B is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB14027-
CMYK0.9800.330.84
HSL160º95.12%8.04%-
HSV(B)160º97.5%15.69%-
XYZ0.971.61.3-
YUV26.86128.08109.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 40 (16.02% from 255) = 58.82%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=1.47%
G=58.82%
B=39.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal140270.9800.330.8416095.128.04
Hex1281B6202154a05f8
Octal1503314204112424013710
Binary1101000110111100010010000110101001010000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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