Html Css Color HEX #1E332B Cardin Green

📋 copy color: '#1E332B'

red 30 ◦ green 51 ◦ blue 43

#1E332B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #1E332B

Tints of Cardin Green #1E332B

RGB

 RED value IS 30 (12.11% from 255) = 24.19%

 GREEN value IS 51 (20.31% from 255) = 41.13%

 BLUE value IS 43 (17.19% from 255) = 34.68%

R = 24.19%
G = 41.13%
B = 34.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#1E332B (or 0x1E332B) is known color: Cardin Green. HEX triplet: 1E, 33 and 2B. RGB value is (30,51,43). Sum of RGB (Red+Green+Blue) = 30+51+43=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #1E332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E332B is #E1CCD4. Grayscale: #2B2B2B. Windows color (decimal): -14798037 or 2831134. OLE color: 2831134.

HSL color Cylindrical-coordinate representation of color #1E332B: hue angle of 157.14º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1E332B is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB 30 51 43 -
CMYK 0.41 0 0.16 0.8
HSL 157.14º 0.26% 0.16% -
HSV(B) 157.14º 0.41% 0.2% -
XYZ 2.16 2.82 2.72 -
YUV 43.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 30 51 43 0.41 0 0.16 0.8 157.14 0.26 0.16
Hex 1E 33 2B 29 0 10 50 9D 1A 10
Octal 36 63 53 51 0 20 120 235 32 20
Binary 11110 110011 101011 101001 0 10000 1010000 10011101 11010 10000

Color Harmonies of #1E332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E332B

Black with #1E332B

Text Example


Text Example

White with #1E332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E332B;
 }
 .AnyTagClassName
 {
   color: #1E332B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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