#123126

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

Shades of Cardin Green #123126

Tints of Cardin Green #123126

Color information

#123126 (or 0x123126) is unknown color: approx Cardin Green. HEX triplet: 12, 31 and 26. RGB value is (18,49,38). Sum of RGB (Red+Green+Blue) = 18+49+38=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #123126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123126 is #EDCED9. Grayscale: #262626. Windows color (decimal): -15584986 or 2502930. OLE color: 2502930.

HSL color Cylindrical-coordinate representation of color #123126: hue angle of 158.71º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123126 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB184938-
CMYK0.6300.220.81
HSL158.71º46.27%13.14%-
HSV(B)158.71º63.27%19.22%-
XYZ1.72.472.22-
YUV38.48127.73113.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=17.14%
G=46.67%
B=36.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849380.6300.220.81158.7146.2713.14
Hex1231263F016519f2ed
Octal226146770261212375615
Binary100101100011001101111110101101010001100111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123126; }

 p { color: rgb(18,49,38); }

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

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

 a { background-color: rgb(18,49,38); }

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

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

 span { border-color: rgb(18,49,38); }

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