#12271E

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

Shades of Cardin Green #12271E

Tints of Cardin Green #12271E

Color information

#12271E (or 0x12271E) is unknown color: approx Cardin Green. HEX triplet: 12, 27 and 1E. RGB value is (18,39,30). Sum of RGB (Red+Green+Blue) = 18+39+30=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #12271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12271E is #EDD8E1. Grayscale: #1F1F1F. Windows color (decimal): -15587554 or 1976082. OLE color: 1976082.

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

Color convert

RGB183930-
CMYK0.5400.230.85
HSL154.29º36.84%11.18%-
HSV(B)154.29º53.85%15.29%-
XYZ1.211.671.49-
YUV31.7127.04118.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 39 (15.62% from 255) = 44.83%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=20.69%
G=44.83%
B=34.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1839300.5400.230.85154.2936.8411.18
Hex12271E36017559a25b
Octal224736660271252324513
Binary10010100111111101101100101111010101100110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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