#023A29

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

Shades of Dark Green #023A29

Tints of Dark Green #023A29

Color information

#023A29 (or 0x023A29) is unknown color: approx Dark Green. HEX triplet: 02, 3A and 29. RGB value is (2,58,41). Sum of RGB (Red+Green+Blue) = 2+58+41=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #023A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A29 is #FDC5D6. Grayscale: #272727. Windows color (decimal): -16631255 or 2701826. OLE color: 2701826.

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

Color convert

RGB25841-
CMYK0.9700.290.77
HSL161.79º93.33%11.76%-
HSV(B)161.79º96.55%22.75%-
XYZ1.943.22.61-
YUV39.32128.95101.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 58 (23.05% from 255) = 57.43%
BLUE value IS 41 (16.41% from 255) = 40.59%
R=1.98%
G=57.43%
B=40.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal258410.9700.290.77161.7993.3311.76
Hex23A296101D4Da25dc
Octal2725114103511524213514
Binary10111010101001110000101110110011011010001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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