#023529

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

Shades of Dark Green #023529

Tints of Dark Green #023529

Color information

#023529 (or 0x023529) is unknown color: approx Dark Green. HEX triplet: 02, 35 and 29. RGB value is (2,53,41). Sum of RGB (Red+Green+Blue) = 2+53+41=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #023529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023529 is #FDCAD6. Grayscale: #242424. Windows color (decimal): -16632535 or 2700546. OLE color: 2700546.

HSL color Cylindrical-coordinate representation of color #023529: hue angle of 165.88º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023529 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB25341-
CMYK0.9600.230.79
HSL165.88º92.73%10.78%-
HSV(B)165.88º96.23%20.78%-
XYZ1.72.722.53-
YUV36.38130.6103.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 53 (21.09% from 255) = 55.21%
BLUE value IS 41 (16.41% from 255) = 42.71%
R=2.08%
G=55.21%
B=42.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253410.9600.230.79165.8892.7310.78
Hex23529600174Fa65db
Octal2655114002711724613513
Binary10110101101001110000001011110011111010011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023529; }

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

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

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

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

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

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

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

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