#275D2A

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

Shades of Parsley #275D2A

Tints of Parsley #275D2A

Color information

#275D2A (or 0x275D2A) is unknown color: approx Parsley. HEX triplet: 27, 5D and 2A. RGB value is (39,93,42). Sum of RGB (Red+Green+Blue) = 39+93+42=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 93 (36.72% from 255 or 53.45% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 93 - color contains mainly: green. Hex color #275D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D2A is #D8A2D5. Grayscale: #474747. Windows color (decimal): -14197462 or 2776359. OLE color: 2776359.

HSL color Cylindrical-coordinate representation of color #275D2A: hue angle of 123.33º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D2A is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB399342-
CMYK0.5800.550.64
HSL123.33º40.91%25.88%-
HSV(B)123.33º58.06%36.47%-
XYZ5.178.433.54-
YUV71.04111.61105.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 93 (36.72% from 255) = 53.45%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=22.41%
G=53.45%
B=24.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993420.5800.550.64123.3340.9125.88
Hex275D2A3A037407b291a
Octal4713552720671001735132
Binary100111101110110101011101001101111000000111101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,93,42); }

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

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

 a { background-color: rgb(39,93,42); }

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

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

 span { border-color: rgb(39,93,42); }

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