#122E02

Color #122E02 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #122E02

Tints of Myrtle #122E02

Color information

#122E02 (or 0x122E02) is unknown color: approx Myrtle. HEX triplet: 12, 2E and 02. RGB value is (18,46,2). Sum of RGB (Red+Green+Blue) = 18+46+2=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 46 (18.36% from 255 or 69.70% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 46 - color contains mainly: green. Hex color #122E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E02 is #EDD1FD. Grayscale: #202020. Windows color (decimal): -15585790 or 142866. OLE color: 142866.

HSL color Cylindrical-coordinate representation of color #122E02: hue angle of 98.18º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #122E02 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB18462-
CMYK0.6100.960.82
HSL98.18º91.67%9.41%-
HSV(B)98.18º95.65%18.04%-
XYZ1.242.090.4-
YUV32.61110.72117.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 46 (18.36% from 255) = 69.70%
BLUE value IS 2 (1.17% from 255) = 3.03%
R=27.27%
G=69.70%
B=3.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal184620.6100.960.8298.1891.679.41
Hex122E23D06052625c9
Octal2256275014012214213411
Binary1001010111010111101011000001010010110001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122E02; }

 p { color: rgb(18,46,2); }

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

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

 a { background-color: rgb(18,46,2); }

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

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

 span { border-color: rgb(18,46,2); }

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