Html Css Color HEX #1D3728 Cardin Green

📋 copy color: '#1D3728'

red 29 ◦ green 55 ◦ blue 40

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

Shades of Cardin Green #1D3728

Tints of Cardin Green #1D3728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.35%

 BLUE value IS 40 (16.02% from 255) = 32.26%

R = 23.39%
G = 44.35%
B = 32.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#1D3728 (or 0x1D3728) is known color: Cardin Green. HEX triplet: 1D, 37 and 28. RGB value is (29,55,40). Sum of RGB (Red+Green+Blue) = 29+55+40=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #1D3728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3728 is #E2C8D7. Grayscale: #2D2D2D. Windows color (decimal): -14862552 or 2635549. OLE color: 2635549.

HSL color Cylindrical-coordinate representation of color #1D3728: hue angle of 145.38º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D3728 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 55 40 -
CMYK 0.47 0 0.27 0.78
HSL 145.38º 0.31% 0.16% -
HSV(B) 145.38º 0.47% 0.22% -
XYZ 2.26 3.15 2.5 -
YUV 45.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 29 55 40 0.47 0 0.27 0.78 145.38 0.31 0.16
Hex 1D 37 28 2F 0 1B 4E 91 1F 10
Octal 35 67 50 57 0 33 116 221 37 20
Binary 11101 110111 101000 101111 0 11011 1001110 10010001 11111 10000

Color Harmonies of #1D3728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3728

Black with #1D3728

Text Example


Text Example

White with #1D3728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,55,40); }

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

background-color css

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

 a { background-color: rgb(29,55,40); }

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

border-color css

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

 span { border-color: rgb(29,55,40); }

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