#275C2A

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

Shades of Parsley #275C2A

Tints of Parsley #275C2A

Color information

#275C2A (or 0x275C2A) is unknown color: approx Parsley. HEX triplet: 27, 5C and 2A. RGB value is (39,92,42). Sum of RGB (Red+Green+Blue) = 39+92+42=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #275C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C2A is #D8A3D5. Grayscale: #464646. Windows color (decimal): -14197718 or 2776103. OLE color: 2776103.

HSL color Cylindrical-coordinate representation of color #275C2A: hue angle of 123.4º degrees, saturation: 0.4, 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 #275C2A is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB399242-
CMYK0.5800.540.64
HSL123.4º40.46%25.69%-
HSV(B)123.4º57.61%36.08%-
XYZ5.088.253.52-
YUV70.45111.94105.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 92 (36.33% from 255) = 53.18%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=22.54%
G=53.18%
B=24.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3992420.5800.540.64123.440.4625.69
Hex275C2A3A036407b281a
Octal4713452720661001735032
Binary100111101110010101011101001101101000000111101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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