#1D2E26

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

Shades of Cardin Green #1D2E26

Tints of Cardin Green #1D2E26

Color information

#1D2E26 (or 0x1D2E26) is unknown color: approx Cardin Green. HEX triplet: 1D, 2E and 26. RGB value is (29,46,38). Sum of RGB (Red+Green+Blue) = 29+46+38=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 46 - color contains mainly: green. Hex color #1D2E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2E26 is #E2D1D9. Grayscale: #282828. Windows color (decimal): -14864858 or 2502173. OLE color: 2502173.

HSL color Cylindrical-coordinate representation of color #1D2E26: hue angle of 151.76º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1D2E26 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB294638-
CMYK0.3700.170.82
HSL151.76º22.67%14.71%-
HSV(B)151.76º36.96%18.04%-
XYZ1.832.362.19-
YUV40.01126.87120.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.66%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=25.66%
G=40.71%
B=33.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2946380.3700.170.82151.7622.6714.71
Hex1D2E2625011529817f
Octal355646450211222302717
Binary11101101110100110100101010001101001010011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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