Html Css Color HEX #11392A Cardin Green

📋 copy color: '#11392A'

red 17 ◦ green 57 ◦ blue 42

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

Shades of Cardin Green #11392A

Tints of Cardin Green #11392A

RGB

 RED value IS 17 (7.03% from 255) = 14.66%

 GREEN value IS 57 (22.66% from 255) = 49.14%

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

R = 14.66%
G = 49.14%
B = 36.21%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#11392A (or 0x11392A) is known color: Cardin Green. HEX triplet: 11, 39 and 2A. RGB value is (17,57,42). Sum of RGB (Red+Green+Blue) = 17+57+42=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #11392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11392A is #EEC6D5. Grayscale: #2B2B2B. Windows color (decimal): -15648470 or 2767121. OLE color: 2767121.

HSL color Cylindrical-coordinate representation of color #11392A: hue angle of 157.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11392A is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 57 42 -
CMYK 0.70 0 0.26 0.78
HSL 157.5º 0.54% 0.15% -
HSV(B) 157.5º 0.7% 0.22% -
XYZ 2.11 3.21 2.7 -
YUV 43.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 17 57 42 0.70 0 0.26 0.78 157.5 0.54 0.15
Hex 11 39 2A 46 0 1A 4E 9E 36 F
Octal 21 71 52 106 0 32 116 236 66 17
Binary 10001 111001 101010 1000110 0 11010 1001110 10011110 110110 1111

Color Harmonies of #11392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11392A

Black with #11392A

Text Example


Text Example

White with #11392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11392A; }

 p { color: rgb(17,57,42); }

 H1.HeaderClassName
 {
   color: #11392A;
 }
 .AnyTagClassName
 {
   color: #11392A;
 }
</style>

background-color css

<style>
 a { background-color: #11392A; }

 a { background-color: rgb(17,57,42); }

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

border-color css

<style>
 span { border-color: #11392A; }

 span { border-color: rgb(17,57,42); }

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