Html Css Color HEX #11382B Cardin Green

📋 copy color: '#11382B'

red 17 ◦ green 56 ◦ blue 43

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

Shades of Cardin Green #11382B

Tints of Cardin Green #11382B

RGB

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

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

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

R = 14.66%
G = 48.28%
B = 37.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#11382B (or 0x11382B) is known color: Cardin Green. HEX triplet: 11, 38 and 2B. RGB value is (17,56,43). Sum of RGB (Red+Green+Blue) = 17+56+43=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #11382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11382B is #EEC7D4. Grayscale: #2A2A2A. Windows color (decimal): -15648725 or 2832401. OLE color: 2832401.

HSL color Cylindrical-coordinate representation of color #11382B: hue angle of 160º 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 #11382B is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 56 43 -
CMYK 0.70 0 0.23 0.78
HSL 160º 0.53% 0.14% -
HSV(B) 160º 0.7% 0.22% -
XYZ 2.08 3.12 2.78 -
YUV 42.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 17 56 43 0.70 0 0.23 0.78 160 0.53 0.14
Hex 11 38 2B 46 0 17 4E A0 35 E
Octal 21 70 53 106 0 27 116 240 65 16
Binary 10001 111000 101011 1000110 0 10111 1001110 10100000 110101 1110

Color Harmonies of #11382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11382B

Black with #11382B

Text Example


Text Example

White with #11382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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