#2C6007

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

Shades of Myrtle #2C6007

Tints of Myrtle #2C6007

Color information

#2C6007 (or 0x2C6007) is unknown color: approx Myrtle. HEX triplet: 2C, 60 and 07. RGB value is (44,96,7). Sum of RGB (Red+Green+Blue) = 44+96+7=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6007 is #D39FF8. Grayscale: #464646. Windows color (decimal): -13869049 or 483372. OLE color: 483372.

HSL color Cylindrical-coordinate representation of color #2C6007: hue angle of 95.06º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C6007 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB44967-
CMYK0.5400.930.62
HSL95.06º86.41%20.2%-
HSV(B)95.06º92.71%37.65%-
XYZ5.268.921.64-
YUV70.3192.27109.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.93%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=29.93%
G=65.31%
B=4.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal449670.5400.930.6295.0686.4120.2
Hex2C6073605D3E5f5614
Octal5414076601357613712624
Binary1011001100000111110110010111011111101011111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C6007; }

 p { color: rgb(44,96,7); }

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

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

 a { background-color: rgb(44,96,7); }

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

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

 span { border-color: rgb(44,96,7); }

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