#01231B

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

Shades of Dark Green #01231B

Tints of Dark Green #01231B

Color information

#01231B (or 0x01231B) is unknown color: approx Dark Green. HEX triplet: 01, 23 and 1B. RGB value is (1,35,27). Sum of RGB (Red+Green+Blue) = 1+35+27=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #01231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01231B is #FEDCE4. Grayscale: #171717. Windows color (decimal): -16702693 or 1778433. OLE color: 1778433.

HSL color Cylindrical-coordinate representation of color #01231B: hue angle of 165.88º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01231B is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB13527-
CMYK0.9700.230.86
HSL165.88º94.44%7.06%-
HSV(B)165.88º97.14%13.73%-
XYZ0.811.291.24-
YUV23.92129.74111.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 35 (14.06% from 255) = 55.56%
BLUE value IS 27 (10.94% from 255) = 42.86%
R=1.59%
G=55.56%
B=42.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal135270.9700.230.86165.8894.447.06
Hex1231B6101756a65e7
Octal143331410271262461367
Binary11000111101111000010101111010110101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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