#023524

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

Shades of Dark Green #023524

Tints of Dark Green #023524

Color information

#023524 (or 0x023524) is unknown color: approx Dark Green. HEX triplet: 02, 35 and 24. RGB value is (2,53,36). Sum of RGB (Red+Green+Blue) = 2+53+36=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #023524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023524 is #FDCADB. Grayscale: #232323. Windows color (decimal): -16632540 or 2372866. OLE color: 2372866.

HSL color Cylindrical-coordinate representation of color #023524: hue angle of 160º 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 #023524 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB25336-
CMYK0.9600.320.79
HSL160º92.73%10.78%-
HSV(B)160º96.23%20.78%-
XYZ1.622.692.1-
YUV35.81128.1103.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 53 (21.09% from 255) = 58.24%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=2.20%
G=58.24%
B=39.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253360.9600.320.7916092.7310.78
Hex23524600204Fa05db
Octal2654414004011724013513
Binary101101011001001100000010000010011111010000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023524; }

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

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

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

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

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

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

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

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