#123E00

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

Shades of Myrtle #123E00

Tints of Myrtle #123E00

Color information

#123E00 (or 0x123E00) is unknown color: approx Myrtle. HEX triplet: 12, 3E and 00. RGB value is (18,62,0). Sum of RGB (Red+Green+Blue) = 18+62+0=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 62 (24.61% from 255 or 77.5% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 62 - color contains mainly: green. Hex color #123E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123E00 is #EDC1FF. Grayscale: #292929. Windows color (decimal): -15581696 or 15890. OLE color: 15890.

HSL color Cylindrical-coordinate representation of color #123E00: hue angle of 102.58º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #123E00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB18620-
CMYK0.71010.76
HSL102.58º100%12.16%-
HSV(B)102.58º100%24.31%-
XYZ1.973.570.59-
YUV41.78104.42111.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 62 (24.61% from 255) = 77.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.5%
G=77.5%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal186200.71010.76102.5810012.16
Hex123E0470644C6764c
Octal22760107014411414714414
Binary1001011111001000111011001001001100110011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123E00; }

 p { color: rgb(18,62,0); }

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

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

 a { background-color: rgb(18,62,0); }

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

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

 span { border-color: rgb(18,62,0); }

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