#2A6302

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

Shades of Myrtle #2A6302

Tints of Myrtle #2A6302

Color information

#2A6302 (or 0x2A6302) is unknown color: approx Myrtle. HEX triplet: 2A, 63 and 02. RGB value is (42,99,2). Sum of RGB (Red+Green+Blue) = 42+99+2=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 99 (39.06% from 255 or 69.23% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6302 is #D59CFD. Grayscale: #474747. Windows color (decimal): -13999358 or 156458. OLE color: 156458.

HSL color Cylindrical-coordinate representation of color #2A6302: hue angle of 95.26º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A6302 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB42992-
CMYK0.5800.980.61
HSL95.26º96.04%19.8%-
HSV(B)95.26º97.98%38.82%-
XYZ5.439.421.59-
YUV70.989.12107.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.37%
GREEN value IS 99 (39.06% from 255) = 69.23%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=29.37%
G=69.23%
B=1.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal429920.5800.980.6195.2696.0419.8
Hex2A6323A0623D5f6014
Octal5214327201427513714024
Binary101010110001110111010011000101111011011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,99,2); }

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

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

 a { background-color: rgb(42,99,2); }

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

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

 span { border-color: rgb(42,99,2); }

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