#122019

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

Shades of Cardin Green #122019

Tints of Cardin Green #122019

Color information

#122019 (or 0x122019) is unknown color: approx Cardin Green. HEX triplet: 12, 20 and 19. RGB value is (18,32,25). Sum of RGB (Red+Green+Blue) = 18+32+25=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #122019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122019 is #EDDFE6. Grayscale: #1B1B1B. Windows color (decimal): -15589351 or 1646610. OLE color: 1646610.

HSL color Cylindrical-coordinate representation of color #122019: hue angle of 150º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #122019 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB183225-
CMYK0.4400.220.87
HSL150º28%9.8%-
HSV(B)150º43.75%12.55%-
XYZ0.941.231.11-
YUV27.02126.86121.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=24%
G=42.67%
B=33.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832250.4400.220.87150289.8
Hex1220192C01657961ca
Octal224031540261272263412
Binary1001010000011001101100010110101011110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122019; }

 p { color: rgb(18,32,25); }

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

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

 a { background-color: rgb(18,32,25); }

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

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

 span { border-color: rgb(18,32,25); }

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