#123020

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

Shades of Cardin Green #123020

Tints of Cardin Green #123020

Color information

#123020 (or 0x123020) is unknown color: approx Cardin Green. HEX triplet: 12, 30 and 20. RGB value is (18,48,32). Sum of RGB (Red+Green+Blue) = 18+48+32=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #123020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123020 is #EDCFDF. Grayscale: #252525. Windows color (decimal): -15585248 or 2109458. OLE color: 2109458.

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

Color convert

RGB184832-
CMYK0.6300.330.81
HSL148º45.45%12.94%-
HSV(B)148º62.5%18.82%-
XYZ1.572.351.74-
YUV37.21125.06114.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=18.37%
G=48.98%
B=32.65%

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
Decimal1848320.6300.330.8114845.4512.94
Hex1230203F02151942dd
Octal226040770411212245515
Binary1001011000010000011111101000011010001100101001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123020; }

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

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

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

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

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

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

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

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