Html Css Color HEX #023425 Dark Green

📋 copy color: '#023425'

red 2 ◦ green 52 ◦ blue 37

#023425
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #023425

Tints of Dark Green #023425

RGB

 RED value IS 2 (1.17% from 255) = 2.2%

 GREEN value IS 52 (20.7% from 255) = 57.14%

 BLUE value IS 37 (14.84% from 255) = 40.66%

R = 2.2%
G = 57.14%
B = 40.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#023425 (or 0x023425) is known color: 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

RGB 2 52 37 -
CMYK 0.96 0 0.29 0.80
HSL 162º 0.93% 0.11% -
HSV(B) 162º 0.96% 0.2% -
XYZ 1.59 2.6 2.17 -
YUV 35.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 2 52 37 0.96 0 0.29 0.80 162 0.93 0.11
Hex 2 34 25 60 0 1D 50 A2 5D B
Octal 2 64 45 140 0 35 120 242 135 13
Binary 10 110100 100101 1100000 0 11101 1010000 10100010 1011101 1011

Color Harmonies of #023425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023425

Black with #023425

Text Example


Text Example

White with #023425

Text Example


Text Example

HTML Codes & Css Web 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>