#1D3027

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

Shades of Cardin Green #1D3027

Tints of Cardin Green #1D3027

Color information

#1D3027 (or 0x1D3027) is unknown color: approx Cardin Green. HEX triplet: 1D, 30 and 27. RGB value is (29,48,39). Sum of RGB (Red+Green+Blue) = 29+48+39=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3027 is #E2CFD8. Grayscale: #292929. Windows color (decimal): -14864345 or 2568221. OLE color: 2568221.

HSL color Cylindrical-coordinate representation of color #1D3027: hue angle of 151.58º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D3027 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB294839-
CMYK0.4000.190.81
HSL151.58º24.68%15.1%-
HSV(B)151.58º39.58%18.82%-
XYZ1.932.522.3-
YUV41.29126.71119.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=25%
G=41.38%
B=33.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948390.4000.190.81151.5824.6815.1
Hex1D302728013519819f
Octal356047500231212303117
Binary11101110000100111101000010011101000110011000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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