#11251C

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

Shades of Cardin Green #11251C

Tints of Cardin Green #11251C

Color information

#11251C (or 0x11251C) is unknown color: approx Cardin Green. HEX triplet: 11, 25 and 1C. RGB value is (17,37,28). Sum of RGB (Red+Green+Blue) = 17+37+28=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #11251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11251C is #EEDAE3. Grayscale: #1E1E1E. Windows color (decimal): -15653604 or 1844497. OLE color: 1844497.

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

Color convert

RGB173728-
CMYK0.5400.240.85
HSL153º37.04%10.59%-
HSV(B)153º54.05%14.51%-
XYZ1.11.531.34-
YUV29.99126.87118.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=20.73%
G=45.12%
B=34.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737280.5400.240.8515337.0410.59
Hex11251C36018559925b
Octal214534660301252314513
Binary10001100101111001101100110001010101100110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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