#255028

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

Shades of Parsley #255028

Tints of Parsley #255028

Color information

#255028 (or 0x255028) is unknown color: approx Parsley. HEX triplet: 25, 50 and 28. RGB value is (37,80,40). Sum of RGB (Red+Green+Blue) = 37+80+40=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #255028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255028 is #DAAFD7. Grayscale: #3E3E3E. Windows color (decimal): -14331864 or 2641957. OLE color: 2641957.

HSL color Cylindrical-coordinate representation of color #255028: hue angle of 124.19º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255028 is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB378040-
CMYK0.5400.50.69
HSL124.19º36.75%22.94%-
HSV(B)124.19º53.75%31.37%-
XYZ4.016.283.01-
YUV62.58115.25109.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=23.57%
G=50.96%
B=25.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780400.5400.50.69124.1936.7522.94
Hex25502836032457c2517
Octal4512050660621051744527
Binary100101101000010100011011001100101000101111110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255028; }

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

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

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

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

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

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

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

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