#11271C

Color #11271C Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #11271C

Tints of Cardin Green #11271C

Color information

#11271C (or 0x11271C) is unknown color: approx Cardin Green. HEX triplet: 11, 27 and 1C. RGB value is (17,39,28). Sum of RGB (Red+Green+Blue) = 17+39+28=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #11271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11271C is #EED8E3. Grayscale: #1F1F1F. Windows color (decimal): -15653092 or 1845009. OLE color: 1845009.

HSL color Cylindrical-coordinate representation of color #11271C: hue angle of 150º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #11271C is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB173928-
CMYK0.5600.280.85
HSL150º39.29%10.98%-
HSV(B)150º56.41%15.29%-
XYZ1.171.651.36-
YUV31.17126.21117.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 39 (15.62% from 255) = 46.43%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=20.24%
G=46.43%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1739280.5600.280.8515039.2910.98
Hex11271C3801C559627b
Octal214734700341252264713
Binary10001100111111001110000111001010101100101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11271C;
 }
 .AnyTagClassName
 {
   color: #11271C;
 }
</style>
background-color css

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

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

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

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

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

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