#12392A

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

Shades of Cardin Green #12392A

Tints of Cardin Green #12392A

Color information

#12392A (or 0x12392A) is unknown color: approx Cardin Green. HEX triplet: 12, 39 and 2A. RGB value is (18,57,42). Sum of RGB (Red+Green+Blue) = 18+57+42=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #12392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12392A is #EDC6D5. Grayscale: #2B2B2B. Windows color (decimal): -15582934 or 2767122. OLE color: 2767122.

HSL color Cylindrical-coordinate representation of color #12392A: hue angle of 156.92º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12392A is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB185742-
CMYK0.6800.260.78
HSL156.92º52%14.71%-
HSV(B)156.92º68.42%22.35%-
XYZ2.133.222.7-
YUV43.63127.08109.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 57 (22.66% from 255) = 48.72%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=15.38%
G=48.72%
B=35.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857420.6800.260.78156.925214.71
Hex12392A4401A4E9d34f
Octal2271521040321162356417
Binary1001011100110101010001000110101001110100111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12392A; }

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

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

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

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

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

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

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

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