#12392B

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

Shades of Cardin Green #12392B

Tints of Cardin Green #12392B

Color information

#12392B (or 0x12392B) is unknown color: approx Cardin Green. HEX triplet: 12, 39 and 2B. RGB value is (18,57,43). Sum of RGB (Red+Green+Blue) = 18+57+43=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #12392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12392B is #EDC6D4. Grayscale: #2B2B2B. Windows color (decimal): -15582933 or 2832658. OLE color: 2832658.

HSL color Cylindrical-coordinate representation of color #12392B: hue angle of 158.46º 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 #12392B is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB185743-
CMYK0.6800.250.78
HSL158.46º52%14.71%-
HSV(B)158.46º68.42%22.35%-
XYZ2.153.232.8-
YUV43.74127.58109.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 57 (22.66% from 255) = 48.31%
BLUE value IS 43 (17.19% from 255) = 36.44%
R=15.25%
G=48.31%
B=36.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857430.6800.250.78158.465214.71
Hex12392B440194E9e34f
Octal2271531040311162366417
Binary1001011100110101110001000110011001110100111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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