#123121

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

Shades of Cardin Green #123121

Tints of Cardin Green #123121

Color information

#123121 (or 0x123121) is unknown color: approx Cardin Green. HEX triplet: 12, 31 and 21. RGB value is (18,49,33). Sum of RGB (Red+Green+Blue) = 18+49+33=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #123121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123121 is #EDCEDE. Grayscale: #252525. Windows color (decimal): -15584991 or 2175250. OLE color: 2175250.

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

Color convert

RGB184933-
CMYK0.6300.330.81
HSL149.03º46.27%13.14%-
HSV(B)149.03º63.27%19.22%-
XYZ1.622.441.82-
YUV37.91125.23113.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 33 (13.28% from 255) = 33%
R=18%
G=49%
B=33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849330.6300.330.81149.0346.2713.14
Hex1231213F02151952ed
Octal226141770411212255615
Binary1001011000110000111111101000011010001100101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123121; }

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

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

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

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

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

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

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

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