#1D3026

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

Shades of Cardin Green #1D3026

Tints of Cardin Green #1D3026

Color information

#1D3026 (or 0x1D3026) is unknown color: approx Cardin Green. HEX triplet: 1D, 30 and 26. RGB value is (29,48,38). Sum of RGB (Red+Green+Blue) = 29+48+38=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3026 is #E2CFD9. Grayscale: #292929. Windows color (decimal): -14864346 or 2502685. OLE color: 2502685.

HSL color Cylindrical-coordinate representation of color #1D3026: hue angle of 148.42º 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 #1D3026 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB294838-
CMYK0.4000.210.81
HSL148.42º24.68%15.1%-
HSV(B)148.42º39.58%18.82%-
XYZ1.912.522.22-
YUV41.18126.21119.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.22%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=25.22%
G=41.74%
B=33.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948380.4000.210.81148.4224.6815.1
Hex1D302628015519419f
Octal356046500251212243117
Binary11101110000100110101000010101101000110010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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