#123021

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

Shades of Cardin Green #123021

Tints of Cardin Green #123021

Color information

#123021 (or 0x123021) is unknown color: approx Cardin Green. HEX triplet: 12, 30 and 21. RGB value is (18,48,33). Sum of RGB (Red+Green+Blue) = 18+48+33=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #123021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123021 is #EDCFDE. Grayscale: #252525. Windows color (decimal): -15585247 or 2174994. OLE color: 2174994.

HSL color Cylindrical-coordinate representation of color #123021: hue angle of 150º 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 #123021 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB184833-
CMYK0.6300.310.81
HSL150º45.45%12.94%-
HSV(B)150º62.5%18.82%-
XYZ1.582.351.81-
YUV37.32125.56114.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=18.18%
G=48.48%
B=33.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848330.6300.310.8115045.4512.94
Hex1230213F01F51962dd
Octal226041770371212265515
Binary100101100001000011111110111111010001100101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123021; }

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

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

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

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

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

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

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

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