#123B26

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

Shades of Cardin Green #123B26

Tints of Cardin Green #123B26

Color information

#123B26 (or 0x123B26) is unknown color: approx Cardin Green. HEX triplet: 12, 3B and 26. RGB value is (18,59,38). Sum of RGB (Red+Green+Blue) = 18+59+38=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #123B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B26 is #EDC4D9. Grayscale: #2C2C2C. Windows color (decimal): -15582426 or 2505490. OLE color: 2505490.

HSL color Cylindrical-coordinate representation of color #123B26: hue angle of 149.27º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123B26 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB185938-
CMYK0.6900.360.77
HSL149.27º53.25%15.1%-
HSV(B)149.27º69.49%23.14%-
XYZ2.163.42.38-
YUV44.35124.42109.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 59 (23.44% from 255) = 51.30%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=15.65%
G=51.30%
B=33.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1859380.6900.360.77149.2753.2515.1
Hex123B26450244D9535f
Octal2273461050441152256517
Binary10010111011100110100010101001001001101100101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123B26; }

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

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

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

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

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

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

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

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