#1E342B

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

Shades of Cardin Green #1E342B

Tints of Cardin Green #1E342B

Color information

#1E342B (or 0x1E342B) is unknown color: approx Cardin Green. HEX triplet: 1E, 34 and 2B. RGB value is (30,52,43). Sum of RGB (Red+Green+Blue) = 30+52+43=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #1E342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E342B is #E1CBD4. Grayscale: #2C2C2C. Windows color (decimal): -14797781 or 2831390. OLE color: 2831390.

HSL color Cylindrical-coordinate representation of color #1E342B: hue angle of 155.45º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1E342B is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB305243-
CMYK0.4200.170.80
HSL155.45º26.83%16.08%-
HSV(B)155.45º42.31%20.39%-
XYZ2.22.912.73-
YUV44.4127.21117.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=24%
G=41.6%
B=34.4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3052430.4200.170.80155.4526.8316.08
Hex1E342B2A011509b1b10
Octal366453520211202333320
Binary111101101001010111010100100011010000100110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,52,43); }

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

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

 a { background-color: rgb(30,52,43); }

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

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

 span { border-color: rgb(30,52,43); }

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