#275B2F

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

Shades of Parsley #275B2F

Tints of Parsley #275B2F

Color information

#275B2F (or 0x275B2F) is unknown color: approx Parsley. HEX triplet: 27, 5B and 2F. RGB value is (39,91,47). Sum of RGB (Red+Green+Blue) = 39+91+47=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #275B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275B2F is #D8A4D0. Grayscale: #464646. Windows color (decimal): -14197969 or 3103527. OLE color: 3103527.

HSL color Cylindrical-coordinate representation of color #275B2F: hue angle of 129.23º 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 #275B2F is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB399147-
CMYK0.5700.480.64
HSL129.23º40%25.49%-
HSV(B)129.23º57.14%35.69%-
XYZ5.098.123.99-
YUV70.44114.77105.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.03%
GREEN value IS 91 (35.94% from 255) = 51.41%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=22.03%
G=51.41%
B=26.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3991470.5700.480.64129.234025.49
Hex275B2F3903040812819
Octal4713357710601002015031
Binary1001111011011101111111001011000010000001000000110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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