Html Css Color HEX #023529 Dark Green

📋 copy color: '#023529'

red 2 ◦ green 53 ◦ blue 41

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

Shades of Dark Green #023529

Tints of Dark Green #023529

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 value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 2 53 41 -
CMYK 0.96 0 0.23 0.79
HSL 165.88º 0.93% 0.11% -
HSV(B) 165.88º 0.96% 0.21% -
XYZ 1.7 2.72 2.53 -
YUV 36.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 2 53 41 0.96 0 0.23 0.79 165.88 0.93 0.11
Hex 2 35 29 60 0 17 4F A6 5D B
Octal 2 65 51 140 0 27 117 246 135 13
Binary 10 110101 101001 1100000 0 10111 1001111 10100110 1011101 1011

Color Harmonies of #023529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023529

Black with #023529

Text Example


Text Example

White with #023529

Text Example


Text Example

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