#023B31

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

Shades of Dark Green #023B31

Tints of Dark Green #023B31

Color information

#023B31 (or 0x023B31) is unknown color: approx Dark Green. HEX triplet: 02, 3B and 31. RGB value is (2,59,49). Sum of RGB (Red+Green+Blue) = 2+59+49=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #023B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B31 is #FDC4CE. Grayscale: #282828. Windows color (decimal): -16630991 or 3226370. OLE color: 3226370.

HSL color Cylindrical-coordinate representation of color #023B31: hue angle of 169.47º 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 #023B31 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB25949-
CMYK0.9700.170.77
HSL169.47º93.44%11.96%-
HSV(B)169.47º96.61%23.14%-
XYZ2.143.363.44-
YUV40.82132.62100.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 59 (23.44% from 255) = 53.64%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=1.82%
G=53.64%
B=44.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal259490.9700.170.77169.4793.4411.96
Hex23B31610114Da95dc
Octal2736114102111525113514
Binary10111011110001110000101000110011011010100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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