#1E3628

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

Shades of Cardin Green #1E3628

Tints of Cardin Green #1E3628

Color information

#1E3628 (or 0x1E3628) is unknown color: approx Cardin Green. HEX triplet: 1E, 36 and 28. RGB value is (30,54,40). Sum of RGB (Red+Green+Blue) = 30+54+40=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #1E3628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3628 is #E1C9D7. Grayscale: #2D2D2D. Windows color (decimal): -14797272 or 2635294. OLE color: 2635294.

HSL color Cylindrical-coordinate representation of color #1E3628: hue angle of 145º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E3628 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB305440-
CMYK0.4400.260.79
HSL145º28.57%16.47%-
HSV(B)145º44.44%21.18%-
XYZ2.243.072.48-
YUV45.23125.05117.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.19%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=24.19%
G=43.55%
B=32.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3054400.4400.260.7914528.5716.47
Hex1E36282C01A4F911d10
Octal366650540321172213520
Binary111101101101010001011000110101001111100100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,40); }

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

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

 a { background-color: rgb(30,54,40); }

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

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

 span { border-color: rgb(30,54,40); }

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