#123A2A

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

Shades of Cardin Green #123A2A

Tints of Cardin Green #123A2A

Color information

#123A2A (or 0x123A2A) is unknown color: approx Cardin Green. HEX triplet: 12, 3A and 2A. RGB value is (18,58,42). Sum of RGB (Red+Green+Blue) = 18+58+42=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #123A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A2A is #EDC5D5. Grayscale: #2C2C2C. Windows color (decimal): -15582678 or 2767378. OLE color: 2767378.

HSL color Cylindrical-coordinate representation of color #123A2A: hue angle of 156º 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 #123A2A is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB185842-
CMYK0.6900.280.77
HSL156º52.63%14.9%-
HSV(B)156º68.97%22.75%-
XYZ2.183.322.72-
YUV44.22126.75109.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 58 (23.05% from 255) = 49.15%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=15.25%
G=49.15%
B=35.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1858420.6900.280.7715652.6314.9
Hex123A2A4501C4D9c35f
Octal2272521050341152346517
Binary1001011101010101010001010111001001101100111001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,58,42); }

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

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

 a { background-color: rgb(18,58,42); }

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

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

 span { border-color: rgb(18,58,42); }

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