#12271C

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

Shades of Cardin Green #12271C

Tints of Cardin Green #12271C

Color information

#12271C (or 0x12271C) is unknown color: approx Cardin Green. HEX triplet: 12, 27 and 1C. RGB value is (18,39,28). Sum of RGB (Red+Green+Blue) = 18+39+28=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #12271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12271C is #EDD8E3. Grayscale: #1F1F1F. Windows color (decimal): -15587556 or 1845010. OLE color: 1845010.

HSL color Cylindrical-coordinate representation of color #12271C: hue angle of 148.57º 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 #12271C is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB183928-
CMYK0.5400.280.85
HSL148.57º36.84%11.18%-
HSV(B)148.57º53.85%15.29%-
XYZ1.181.661.36-
YUV31.47126.04118.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 39 (15.62% from 255) = 45.88%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=21.18%
G=45.88%
B=32.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1839280.5400.280.85148.5736.8411.18
Hex12271C3601C559525b
Octal224734660341252254513
Binary10010100111111001101100111001010101100101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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