#012423

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

Shades of Dark Green #012423

Tints of Dark Green #012423

Color information

#012423 (or 0x012423) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 23. RGB value is (1,36,35). Sum of RGB (Red+Green+Blue) = 1+36+35=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #012423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012423 is #FEDBDC. Grayscale: #191919. Windows color (decimal): -16702429 or 2302977. OLE color: 2302977.

HSL color Cylindrical-coordinate representation of color #012423: hue angle of 178.29º degrees, saturation: 0.95, 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 #012423 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB13635-
CMYK0.9700.030.86
HSL178.29º94.59%7.25%-
HSV(B)178.29º97.22%14.12%-
XYZ0.951.391.81-
YUV25.42133.4110.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 36 (14.45% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=1.39%
G=50%
B=48.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136350.9700.030.86178.2994.597.25
Hex12423610356b25f7
Octal14443141031262621377
Binary110010010001111000010111010110101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012423; }

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

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

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

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

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

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

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

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