#275E2D

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

Shades of Parsley #275E2D

Tints of Parsley #275E2D

Color information

#275E2D (or 0x275E2D) is unknown color: approx Parsley. HEX triplet: 27, 5E and 2D. RGB value is (39,94,45). Sum of RGB (Red+Green+Blue) = 39+94+45=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 94 (37.11% from 255 or 52.81% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 94 - color contains mainly: green. Hex color #275E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275E2D is #D8A1D2. Grayscale: #484848. Windows color (decimal): -14197203 or 2973223. OLE color: 2973223.

HSL color Cylindrical-coordinate representation of color #275E2D: hue angle of 126.55º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275E2D is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB399445-
CMYK0.5900.520.63
HSL126.55º41.35%26.08%-
HSV(B)126.55º58.51%36.86%-
XYZ5.318.633.87-
YUV71.97112.78104.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.91%
GREEN value IS 94 (37.11% from 255) = 52.81%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=21.91%
G=52.81%
B=25.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3994450.5900.520.63126.5541.3526.08
Hex275E2D3B0343F7f291a
Octal471365573064771775132
Binary10011110111101011011110110110100111111111111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,94,45); }

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

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

 a { background-color: rgb(39,94,45); }

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

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

 span { border-color: rgb(39,94,45); }

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