Html Css Color HEX #11382A Cardin Green

📋 copy color: '#11382A'

red 17 ◦ green 56 ◦ blue 42

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

Shades of Cardin Green #11382A

Tints of Cardin Green #11382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 48.7%

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

R = 14.78%
G = 48.7%
B = 36.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#11382A (or 0x11382A) is known color: Cardin Green. HEX triplet: 11, 38 and 2A. RGB value is (17,56,42). Sum of RGB (Red+Green+Blue) = 17+56+42=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #11382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11382A is #EEC7D5. Grayscale: #2A2A2A. Windows color (decimal): -15648726 or 2766865. OLE color: 2766865.

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

Color convert

RGB 17 56 42 -
CMYK 0.70 0 0.25 0.78
HSL 158.46º 0.53% 0.14% -
HSV(B) 158.46º 0.7% 0.22% -
XYZ 2.06 3.11 2.68 -
YUV 42.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 17 56 42 0.70 0 0.25 0.78 158.46 0.53 0.14
Hex 11 38 2A 46 0 19 4E 9E 35 E
Octal 21 70 52 106 0 31 116 236 65 16
Binary 10001 111000 101010 1000110 0 11001 1001110 10011110 110101 1110

Color Harmonies of #11382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11382A

Black with #11382A

Text Example


Text Example

White with #11382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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