#255A02

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

Shades of Myrtle #255A02

Tints of Myrtle #255A02

Color information

#255A02 (or 0x255A02) is unknown color: approx Myrtle. HEX triplet: 25, 5A and 02. RGB value is (37,90,2). Sum of RGB (Red+Green+Blue) = 37+90+2=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 90 (35.55% from 255 or 69.77% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 90 - color contains mainly: green. Hex color #255A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255A02 is #DAA5FD. Grayscale: #404040. Windows color (decimal): -14329342 or 154149. OLE color: 154149.

HSL color Cylindrical-coordinate representation of color #255A02: hue angle of 96.14º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #255A02 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB37902-
CMYK0.5900.980.65
HSL96.14º95.65%18.04%-
HSV(B)96.14º97.78%35.29%-
XYZ4.437.711.31-
YUV64.1292.94108.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.68%
GREEN value IS 90 (35.55% from 255) = 69.77%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=28.68%
G=69.77%
B=1.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal379020.5900.980.6596.1495.6518.04
Hex255A23B06241606012
Octal45132273014210114014022
Binary1001011011010101110110110001010000011100000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255A02; }

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

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

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

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

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

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

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

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