#123024

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

Shades of Cardin Green #123024

Tints of Cardin Green #123024

Color information

#123024 (or 0x123024) is unknown color: approx Cardin Green. HEX triplet: 12, 30 and 24. RGB value is (18,48,36). Sum of RGB (Red+Green+Blue) = 18+48+36=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #123024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123024 is #EDCFDB. Grayscale: #252525. Windows color (decimal): -15585244 or 2371602. OLE color: 2371602.

HSL color Cylindrical-coordinate representation of color #123024: hue angle of 156º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #123024 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB184836-
CMYK0.6300.250.81
HSL156º45.45%12.94%-
HSV(B)156º62.5%18.82%-
XYZ1.622.372.04-
YUV37.66127.06113.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 36 (14.45% from 255) = 35.29%
R=17.65%
G=47.06%
B=35.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848360.6300.250.8115645.4512.94
Hex1230243F019519c2dd
Octal226044770311212345515
Binary100101100001001001111110110011010001100111001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123024; }

 p { color: rgb(18,48,36); }

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

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

 a { background-color: rgb(18,48,36); }

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

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

 span { border-color: rgb(18,48,36); }

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