#023425

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

Shades of Dark Green #023425

Tints of Dark Green #023425

Color information

#023425 (or 0x023425) is unknown color: approx Dark Green. HEX triplet: 02, 34 and 25. RGB value is (2,52,37). Sum of RGB (Red+Green+Blue) = 2+52+37=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #023425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023425 is #FDCBDA. Grayscale: #232323. Windows color (decimal): -16632795 or 2438146. OLE color: 2438146.

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

Color convert

RGB25237-
CMYK0.9600.290.80
HSL162º92.59%10.59%-
HSV(B)162º96.15%20.39%-
XYZ1.592.62.17-
YUV35.34128.94104.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 52 (20.70% from 255) = 57.14%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=2.20%
G=57.14%
B=40.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal252370.9600.290.8016292.5910.59
Hex234256001D50a25db
Octal2644514003512024213513
Binary10110100100101110000001110110100001010001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023425; }

 p { color: rgb(2,52,37); }

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

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

 a { background-color: rgb(2,52,37); }

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

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

 span { border-color: rgb(2,52,37); }

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