#275730

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

Shades of Parsley #275730

Tints of Parsley #275730

Color information

#275730 (or 0x275730) is unknown color: approx Parsley. HEX triplet: 27, 57 and 30. RGB value is (39,87,48). Sum of RGB (Red+Green+Blue) = 39+87+48=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #275730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275730 is #D8A8CF. Grayscale: #444444. Windows color (decimal): -14198992 or 3168039. OLE color: 3168039.

HSL color Cylindrical-coordinate representation of color #275730: hue angle of 131.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275730 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB398748-
CMYK0.5500.450.66
HSL131.25º38.1%24.71%-
HSV(B)131.25º55.17%34.12%-
XYZ4.787.463.98-
YUV68.2116.6107.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 87 (34.38% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=22.41%
G=50%
B=27.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3987480.5500.450.66131.2538.124.71
Hex2757303702D42832619
Octal4712760670551022034631
Binary1001111010111110000110111010110110000101000001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275730; }

 p { color: rgb(39,87,48); }

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

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

 a { background-color: rgb(39,87,48); }

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

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

 span { border-color: rgb(39,87,48); }

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