#225002

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

Shades of Myrtle #225002

Tints of Myrtle #225002

Color information

#225002 (or 0x225002) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 02. RGB value is (34,80,2). Sum of RGB (Red+Green+Blue) = 34+80+2=116 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.31% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #225002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225002 is #DDAFFD. Grayscale: #393939. Windows color (decimal): -14528510 or 151586. OLE color: 151586.

HSL color Cylindrical-coordinate representation of color #225002: hue angle of 95.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #225002 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB34802-
CMYK0.5800.980.69
HSL95.38º95.12%16.08%-
HSV(B)95.38º97.5%31.37%-
XYZ3.546.081.04-
YUV57.3596.76111.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.31%
GREEN value IS 80 (31.64% from 255) = 68.97%
BLUE value IS 2 (1.17% from 255) = 1.72%
R=29.31%
G=68.97%
B=1.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal348020.5800.980.6995.3895.1216.08
Hex225023A062455f5f10
Octal42120272014210513713720
Binary1000101010000101110100110001010001011011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225002; }

 p { color: rgb(34,80,2); }

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

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

 a { background-color: rgb(34,80,2); }

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

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

 span { border-color: rgb(34,80,2); }

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