#013023

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

Shades of Dark Green #013023

Tints of Dark Green #013023

Color information

#013023 (or 0x013023) is unknown color: approx Dark Green. HEX triplet: 01, 30 and 23. RGB value is (1,48,35). Sum of RGB (Red+Green+Blue) = 1+48+35=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #013023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013023 is #FECFDC. Grayscale: #202020. Windows color (decimal): -16699357 or 2306049. OLE color: 2306049.

HSL color Cylindrical-coordinate representation of color #013023: hue angle of 163.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013023 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB14835-
CMYK0.9800.270.81
HSL163.4º95.92%9.61%-
HSV(B)163.4º97.92%18.82%-
XYZ1.372.241.95-
YUV32.46129.43105.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 48 (19.14% from 255) = 57.14%
BLUE value IS 35 (14.06% from 255) = 41.67%
R=1.19%
G=57.14%
B=41.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal148350.9800.270.81163.495.929.61
Hex130236201B51a360a
Octal1604314203312124314012
Binary1110000100011110001001101110100011010001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013023; }

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

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

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

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

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

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

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

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