Html Css Color HEX #1D3429 Cardin Green

📋 copy color: '#1D3429'

red 29 ◦ green 52 ◦ blue 41

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

Shades of Cardin Green #1D3429

Tints of Cardin Green #1D3429

RGB

 RED value IS 29 (11.72% from 255) = 23.77%

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

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

R = 23.77%
G = 42.62%
B = 33.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#1D3429 (or 0x1D3429) is known color: Cardin Green. HEX triplet: 1D, 34 and 29. RGB value is (29,52,41). Sum of RGB (Red+Green+Blue) = 29+52+41=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3429 is #E2CBD6. Grayscale: #2B2B2B. Windows color (decimal): -14863319 or 2700317. OLE color: 2700317.

HSL color Cylindrical-coordinate representation of color #1D3429: hue angle of 151.3º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D3429 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 29 52 41 -
CMYK 0.44 0 0.21 0.80
HSL 151.3º 0.28% 0.16% -
HSV(B) 151.3º 0.44% 0.2% -
XYZ 2.13 2.88 2.54 -
YUV 43.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 29 52 41 0.44 0 0.21 0.80 151.3 0.28 0.16
Hex 1D 34 29 2C 0 15 50 97 1C 10
Octal 35 64 51 54 0 25 120 227 34 20
Binary 11101 110100 101001 101100 0 10101 1010000 10010111 11100 10000

Color Harmonies of #1D3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3429

Black with #1D3429

Text Example


Text Example

White with #1D3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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