Html Css Color HEX #103429 Dark Green

📋 copy color: '#103429'

red 16 ◦ green 52 ◦ blue 41

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

Shades of Dark Green #103429

Tints of Dark Green #103429

RGB

 RED value IS 16 (6.64% from 255) = 14.68%

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

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

R = 14.68%
G = 47.71%
B = 37.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#103429 (or 0x103429) is known color: Dark Green. HEX triplet: 10, 34 and 29. RGB value is (16,52,41). Sum of RGB (Red+Green+Blue) = 16+52+41=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #103429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103429 is #EFCBD6. Grayscale: #272727. Windows color (decimal): -15715287 or 2700304. OLE color: 2700304.

HSL color Cylindrical-coordinate representation of color #103429: hue angle of 161.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103429 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 16 52 41 -
CMYK 0.69 0 0.21 0.80
HSL 161.67º 0.53% 0.13% -
HSV(B) 161.67º 0.69% 0.2% -
XYZ 1.84 2.73 2.53 -
YUV 39.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 16 52 41 0.69 0 0.21 0.80 161.67 0.53 0.13
Hex 10 34 29 45 0 15 50 A2 35 D
Octal 20 64 51 105 0 25 120 242 65 15
Binary 10000 110100 101001 1000101 0 10101 1010000 10100010 110101 1101

Color Harmonies of #103429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103429

Black with #103429

Text Example


Text Example

White with #103429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103429; }

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

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

background-color css

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

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

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

border-color css

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

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

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