#25582F

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

Shades of Parsley #25582F

Tints of Parsley #25582F

Color information

#25582F (or 0x25582F) is unknown color: approx Parsley. HEX triplet: 25, 58 and 2F. RGB value is (37,88,47). Sum of RGB (Red+Green+Blue) = 37+88+47=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #25582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25582F is #DAA7D0. Grayscale: #444444. Windows color (decimal): -14329809 or 3102757. OLE color: 3102757.

HSL color Cylindrical-coordinate representation of color #25582F: hue angle of 131.76º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #25582F is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB378847-
CMYK0.5800.470.65
HSL131.76º40.8%24.51%-
HSV(B)131.76º57.95%34.51%-
XYZ4.777.583.9-
YUV68.08116.1105.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 88 (34.77% from 255) = 51.16%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=21.51%
G=51.16%
B=27.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3788470.5800.470.65131.7640.824.51
Hex25582F3A02F41842919
Octal4513057720571012045131
Binary1001011011000101111111010010111110000011000010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25582F; }

 p { color: rgb(37,88,47); }

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

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

 a { background-color: rgb(37,88,47); }

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

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

 span { border-color: rgb(37,88,47); }

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