Html Css Color HEX #11291C Cardin Green

📋 copy color: '#11291C'

red 17 ◦ green 41 ◦ blue 28

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

Shades of Cardin Green #11291C

Tints of Cardin Green #11291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 32.56%

R = 19.77%
G = 47.67%
B = 32.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#11291C (or 0x11291C) is known color: Cardin Green. HEX triplet: 11, 29 and 1C. RGB value is (17,41,28). Sum of RGB (Red+Green+Blue) = 17+41+28=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 41 - color contains mainly: green. Hex color #11291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11291C is #EED6E3. Grayscale: #202020. Windows color (decimal): -15652580 or 1845521. OLE color: 1845521.

HSL color Cylindrical-coordinate representation of color #11291C: hue angle of 147.5º 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 #11291C is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 41 28 -
CMYK 0.59 0 0.32 0.84
HSL 147.5º 0.41% 0.11% -
HSV(B) 147.5º 0.59% 0.16% -
XYZ 1.23 1.79 1.38 -
YUV 32.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 17 41 28 0.59 0 0.32 0.84 147.5 0.41 0.11
Hex 11 29 1C 3B 0 20 54 94 29 B
Octal 21 51 34 73 0 40 124 224 51 13
Binary 10001 101001 11100 111011 0 100000 1010100 10010100 101001 1011

Color Harmonies of #11291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11291C

Black with #11291C

Text Example


Text Example

White with #11291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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