#275929

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

Shades of Parsley #275929

Tints of Parsley #275929

Color information

#275929 (or 0x275929) is unknown color: approx Parsley. HEX triplet: 27, 59 and 29. RGB value is (39,89,41). Sum of RGB (Red+Green+Blue) = 39+89+41=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #275929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275929 is #D8A6D6. Grayscale: #444444. Windows color (decimal): -14198487 or 2709799. OLE color: 2709799.

HSL color Cylindrical-coordinate representation of color #275929: hue angle of 122.4º 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 #275929 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB398941-
CMYK0.5600.540.65
HSL122.4º39.06%25.1%-
HSV(B)122.4º56.18%34.9%-
XYZ4.817.743.34-
YUV68.58112.44106.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 89 (35.16% from 255) = 52.66%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=23.08%
G=52.66%
B=24.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3989410.5600.540.65122.439.0625.1
Hex27592938036417a2719
Octal4713151700661011724731
Binary100111101100110100111100001101101000001111101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275929; }

 p { color: rgb(39,89,41); }

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

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

 a { background-color: rgb(39,89,41); }

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

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

 span { border-color: rgb(39,89,41); }

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