#27582F

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

Shades of Parsley #27582F

Tints of Parsley #27582F

Color information

#27582F (or 0x27582F) is unknown color: approx Parsley. HEX triplet: 27, 58 and 2F. RGB value is (39,88,47). Sum of RGB (Red+Green+Blue) = 39+88+47=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #27582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27582F is #D8A7D0. Grayscale: #444444. Windows color (decimal): -14198737 or 3102759. OLE color: 3102759.

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

Color convert

RGB398847-
CMYK0.5600.470.65
HSL129.8º38.58%24.9%-
HSV(B)129.8º55.68%34.51%-
XYZ4.847.623.9-
YUV68.68115.77106.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=22.41%
G=50.57%
B=27.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3988470.5600.470.65129.838.5824.9
Hex27582F3802F41822719
Octal4713057700571012024731
Binary1001111011000101111111000010111110000011000001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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