#023A31

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

Shades of Dark Green #023A31

Tints of Dark Green #023A31

Color information

#023A31 (or 0x023A31) is unknown color: approx Dark Green. HEX triplet: 02, 3A and 31. RGB value is (2,58,49). Sum of RGB (Red+Green+Blue) = 2+58+49=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #023A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A31 is #FDC5CE. Grayscale: #282828. Windows color (decimal): -16631247 or 3226114. OLE color: 3226114.

HSL color Cylindrical-coordinate representation of color #023A31: hue angle of 170.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A31 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB25849-
CMYK0.9700.160.77
HSL170.36º93.33%11.76%-
HSV(B)170.36º96.55%22.75%-
XYZ2.093.263.42-
YUV40.23132.95100.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 58 (23.05% from 255) = 53.21%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=1.83%
G=53.21%
B=44.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal258490.9700.160.77170.3693.3311.76
Hex23A31610104Daa5dc
Octal2726114102011525213514
Binary10111010110001110000101000010011011010101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023A31; }

 p { color: rgb(2,58,49); }

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

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

 a { background-color: rgb(2,58,49); }

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

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

 span { border-color: rgb(2,58,49); }

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