#1D2F28

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

Shades of Cardin Green #1D2F28

Tints of Cardin Green #1D2F28

Color information

#1D2F28 (or 0x1D2F28) is unknown color: approx Cardin Green. HEX triplet: 1D, 2F and 28. RGB value is (29,47,40). Sum of RGB (Red+Green+Blue) = 29+47+40=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 47 - color contains mainly: green. Hex color #1D2F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F28 is #E2D0D7. Grayscale: #282828. Windows color (decimal): -14864600 or 2633501. OLE color: 2633501.

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

Color convert

RGB294740-
CMYK0.3800.150.82
HSL156.67º23.68%14.9%-
HSV(B)156.67º38.3%18.43%-
XYZ1.912.452.38-
YUV40.82127.54119.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 47 (18.75% from 255) = 40.52%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=25%
G=40.52%
B=34.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2947400.3800.150.82156.6723.6814.9
Hex1D2F28260F529d18f
Octal355750460171222353017
Binary1110110111110100010011001111101001010011101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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