#1D3427

Color #1D3427 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #1D3427

Tints of Cardin Green #1D3427

Color information

#1D3427 (or 0x1D3427) is unknown color: approx Cardin Green. HEX triplet: 1D, 34 and 27. RGB value is (29,52,39). Sum of RGB (Red+Green+Blue) = 29+52+39=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3427 is #E2CBD8. Grayscale: #2B2B2B. Windows color (decimal): -14863321 or 2569245. OLE color: 2569245.

HSL color Cylindrical-coordinate representation of color #1D3427: hue angle of 146.09º 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 #1D3427 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB295239-
CMYK0.4400.250.80
HSL146.09º28.4%15.88%-
HSV(B)146.09º44.23%20.39%-
XYZ2.12.862.36-
YUV43.64125.38117.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.17%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=24.17%
G=43.33%
B=32.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2952390.4400.250.80146.0928.415.88
Hex1D34272C01950921c10
Octal356447540311202223420
Binary111011101001001111011000110011010000100100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D3427;
 }
 .AnyTagClassName
 {
   color: #1D3427;
 }
</style>
background-color css

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

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

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

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

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

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