Html Css Color HEX #1E352A Cardin Green

📋 copy color: '#1E352A'

red 30 ◦ green 53 ◦ blue 42

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

Shades of Cardin Green #1E352A

Tints of Cardin Green #1E352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.4%

 BLUE value IS 42 (16.8% from 255) = 33.6%

R = 24%
G = 42.4%
B = 33.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#1E352A (or 0x1E352A) is known color: Cardin Green. HEX triplet: 1E, 35 and 2A. RGB value is (30,53,42). Sum of RGB (Red+Green+Blue) = 30+53+42=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #1E352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E352A is #E1CAD5. Grayscale: #2C2C2C. Windows color (decimal): -14797526 or 2766110. OLE color: 2766110.

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

Color convert

RGB 30 53 42 -
CMYK 0.43 0 0.21 0.79
HSL 151.3º 0.28% 0.16% -
HSV(B) 151.3º 0.43% 0.21% -
XYZ 2.23 2.99 2.65 -
YUV 44.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 30 53 42 0.43 0 0.21 0.79 151.3 0.28 0.16
Hex 1E 35 2A 2B 0 15 4F 97 1C 10
Octal 36 65 52 53 0 25 117 227 34 20
Binary 11110 110101 101010 101011 0 10101 1001111 10010111 11100 10000

Color Harmonies of #1E352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E352A

Black with #1E352A

Text Example


Text Example

White with #1E352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,53,42); }

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

background-color css

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

 a { background-color: rgb(30,53,42); }

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

border-color css

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

 span { border-color: rgb(30,53,42); }

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