Html Css Color HEX #11291B Cardin Green

📋 copy color: '#11291B'

red 17 ◦ green 41 ◦ blue 27

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

Shades of Cardin Green #11291B

Tints of Cardin Green #11291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 48.24%

 BLUE value IS 27 (10.94% from 255) = 31.76%

R = 20%
G = 48.24%
B = 31.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.84

RGB Variations

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

Color information

#11291B (or 0x11291B) is known color: Cardin Green. HEX triplet: 11, 29 and 1B. RGB value is (17,41,27). Sum of RGB (Red+Green+Blue) = 17+41+27=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #11291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11291B is #EED6E4. Grayscale: #202020. Windows color (decimal): -15652581 or 1779985. OLE color: 1779985.

HSL color Cylindrical-coordinate representation of color #11291B: hue angle of 145º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #11291B is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 41 27 -
CMYK 0.59 0 0.34 0.84
HSL 145º 0.41% 0.11% -
HSV(B) 145º 0.59% 0.16% -
XYZ 1.22 1.78 1.32 -
YUV 32.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 17 41 27 0.59 0 0.34 0.84 145 0.41 0.11
Hex 11 29 1B 3B 0 22 54 91 29 B
Octal 21 51 33 73 0 42 124 221 51 13
Binary 10001 101001 11011 111011 0 100010 1010100 10010001 101001 1011

Color Harmonies of #11291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11291B

Black with #11291B

Text Example


Text Example

White with #11291B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,41,27); }

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

background-color css

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

 a { background-color: rgb(17,41,27); }

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

border-color css

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

 span { border-color: rgb(17,41,27); }

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