Html Css Color HEX #023429 Dark Green

📋 copy color: '#023429'

red 2 ◦ green 52 ◦ blue 41

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

Shades of Dark Green #023429

Tints of Dark Green #023429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 43.16%

R = 2.11%
G = 54.74%
B = 43.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#023429 (or 0x023429) is known color: Dark Green. HEX triplet: 02, 34 and 29. RGB value is (2,52,41). Sum of RGB (Red+Green+Blue) = 2+52+41=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #023429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023429 is #FDCBD6. Grayscale: #232323. Windows color (decimal): -16632791 or 2700290. OLE color: 2700290.

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

Color convert

RGB 2 52 41 -
CMYK 0.96 0 0.21 0.80
HSL 166.8º 0.93% 0.11% -
HSV(B) 166.8º 0.96% 0.2% -
XYZ 1.65 2.63 2.52 -
YUV 35.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 2 52 41 0.96 0 0.21 0.80 166.8 0.93 0.11
Hex 2 34 29 60 0 15 50 A7 5D B
Octal 2 64 51 140 0 25 120 247 135 13
Binary 10 110100 101001 1100000 0 10101 1010000 10100111 1011101 1011

Color Harmonies of #023429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023429

Black with #023429

Text Example


Text Example

White with #023429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023429; }

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

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

background-color css

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

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

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

border-color css

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

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

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