#275B32

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

Shades of Parsley #275B32

Tints of Parsley #275B32

Color information

#275B32 (or 0x275B32) is unknown color: approx Parsley. HEX triplet: 27, 5B and 32. RGB value is (39,91,50). Sum of RGB (Red+Green+Blue) = 39+91+50=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #275B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275B32 is #D8A4CD. Grayscale: #464646. Windows color (decimal): -14197966 or 3300135. OLE color: 3300135.

HSL color Cylindrical-coordinate representation of color #275B32: hue angle of 132.69º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275B32 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB399150-
CMYK0.5700.450.64
HSL132.69º40%25.49%-
HSV(B)132.69º57.14%35.69%-
XYZ5.158.144.32-
YUV70.78116.27105.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 91 (35.94% from 255) = 50.56%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=21.67%
G=50.56%
B=27.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3991500.5700.450.64132.694025.49
Hex275B323902D40852819
Octal4713362710551002055031
Binary1001111011011110010111001010110110000001000010110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275B32; }

 p { color: rgb(39,91,50); }

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

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

 a { background-color: rgb(39,91,50); }

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

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

 span { border-color: rgb(39,91,50); }

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