Html Css Color HEX #023525 Dark Green

📋 copy color: '#023525'

red 2 ◦ green 53 ◦ blue 37

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

Shades of Dark Green #023525

Tints of Dark Green #023525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 57.61%

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

R = 2.17%
G = 57.61%
B = 40.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#023525 (or 0x023525) is known color: Dark Green. HEX triplet: 02, 35 and 25. RGB value is (2,53,37). Sum of RGB (Red+Green+Blue) = 2+53+37=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #023525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023525 is #FDCADA. Grayscale: #232323. Windows color (decimal): -16632539 or 2438402. OLE color: 2438402.

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

Color convert

RGB 2 53 37 -
CMYK 0.96 0 0.30 0.79
HSL 161.18º 0.93% 0.11% -
HSV(B) 161.18º 0.96% 0.21% -
XYZ 1.63 2.69 2.18 -
YUV 35.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 2 53 37 0.96 0 0.30 0.79 161.18 0.93 0.11
Hex 2 35 25 60 0 1E 4F A1 5D B
Octal 2 65 45 140 0 36 117 241 135 13
Binary 10 110101 100101 1100000 0 11110 1001111 10100001 1011101 1011

Color Harmonies of #023525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023525

Black with #023525

Text Example


Text Example

White with #023525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023525; }

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

 H1.HeaderClassName
 {
   color: #023525;
 }
 .AnyTagClassName
 {
   color: #023525;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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