#27502D

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

Shades of Parsley #27502D

Tints of Parsley #27502D

Color information

#27502D (or 0x27502D) is unknown color: approx Parsley. HEX triplet: 27, 50 and 2D. RGB value is (39,80,45). Sum of RGB (Red+Green+Blue) = 39+80+45=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #27502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27502D is #D8AFD2. Grayscale: #3F3F3F. Windows color (decimal): -14200787 or 2969639. OLE color: 2969639.

HSL color Cylindrical-coordinate representation of color #27502D: hue angle of 128.78º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27502D is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB398045-
CMYK0.5100.440.69
HSL128.78º34.45%23.33%-
HSV(B)128.78º51.25%31.37%-
XYZ4.186.363.49-
YUV63.75117.42110.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=23.78%
G=48.78%
B=27.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3980450.5100.440.69128.7834.4523.33
Hex27502D3302C45812217
Octal4712055630541052014227
Binary1001111010000101101110011010110010001011000000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27502D; }

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

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

<style>
 a { background-color: #27502D; }

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

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

<style>
 span { border-color: #27502D; }

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

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