#255002

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

Shades of Myrtle #255002

Tints of Myrtle #255002

Color information

#255002 (or 0x255002) is unknown color: approx Myrtle. HEX triplet: 25, 50 and 02. RGB value is (37,80,2). Sum of RGB (Red+Green+Blue) = 37+80+2=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #255002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255002 is #DAAFFD. Grayscale: #3A3A3A. Windows color (decimal): -14331902 or 151589. OLE color: 151589.

HSL color Cylindrical-coordinate representation of color #255002: hue angle of 93.08º 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 #255002 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB37802-
CMYK0.5400.980.69
HSL93.08º95.12%16.08%-
HSV(B)93.08º97.5%31.37%-
XYZ3.646.141.05-
YUV58.2596.25112.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 80 (31.64% from 255) = 67.23%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=31.09%
G=67.23%
B=1.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378020.5400.980.6993.0895.1216.08
Hex2550236062455d5f10
Octal45120266014210513513720
Binary1001011010000101101100110001010001011011101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255002; }

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

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

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

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

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

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

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

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