#12362A

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

Shades of Cardin Green #12362A

Tints of Cardin Green #12362A

Color information

#12362A (or 0x12362A) is unknown color: approx Cardin Green. HEX triplet: 12, 36 and 2A. RGB value is (18,54,42). Sum of RGB (Red+Green+Blue) = 18+54+42=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 54 - color contains mainly: green. Hex color #12362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12362A is #EDC9D5. Grayscale: #292929. Windows color (decimal): -15583702 or 2766354. OLE color: 2766354.

HSL color Cylindrical-coordinate representation of color #12362A: hue angle of 160º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12362A is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB185442-
CMYK0.6700.220.79
HSL160º50%14.12%-
HSV(B)160º66.67%21.18%-
XYZ1.992.932.65-
YUV41.87128.07110.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 54 (21.48% from 255) = 47.37%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=15.79%
G=47.37%
B=36.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1854420.6700.220.791605014.12
Hex12362A430164Fa032e
Octal2266521030261172406216
Binary1001011011010101010000110101101001111101000001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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