#025305

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

Shades of Myrtle #025305

Tints of Myrtle #025305

Color information

#025305 (or 0x025305) is unknown color: approx Myrtle. HEX triplet: 02, 53 and 05. RGB value is (2,83,5). Sum of RGB (Red+Green+Blue) = 2+83+5=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 83 (32.81% from 255 or 92.22% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 83 - color contains mainly: green. Hex color #025305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025305 is #FDACFA. Grayscale: #323232. Windows color (decimal): -16624891 or 348930. OLE color: 348930.

HSL color Cylindrical-coordinate representation of color #025305: hue angle of 122.22º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025305 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB2835-
CMYK0.9800.940.67
HSL122.22º95.29%16.67%-
HSV(B)122.22º97.59%32.55%-
XYZ3.156.211.18-
YUV49.89102.6693.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 83 (32.81% from 255) = 92.22%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=2.22%
G=92.22%
B=5.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal28350.9800.940.67122.2295.2916.67
Hex25356205E437a5f11
Octal21235142013610317213721
Binary10101001110111000100101111010000111111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025305; }

 p { color: rgb(2,83,5); }

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

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

 a { background-color: rgb(2,83,5); }

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

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

 span { border-color: rgb(2,83,5); }

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