#27512B

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

Shades of Parsley #27512B

Tints of Parsley #27512B

Color information

#27512B (or 0x27512B) is unknown color: approx Parsley. HEX triplet: 27, 51 and 2B. RGB value is (39,81,43). Sum of RGB (Red+Green+Blue) = 39+81+43=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #27512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27512B is #D8AED4. Grayscale: #404040. Windows color (decimal): -14200533 or 2838823. OLE color: 2838823.

HSL color Cylindrical-coordinate representation of color #27512B: hue angle of 125.71º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27512B is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB398143-
CMYK0.5200.470.68
HSL125.71º35%23.53%-
HSV(B)125.71º51.85%31.76%-
XYZ4.226.493.32-
YUV64.11116.09110.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 81 (32.03% from 255) = 49.69%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=23.93%
G=49.69%
B=26.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3981430.5200.470.68125.713523.53
Hex27512B3402F447e2318
Octal4712153640571041764330
Binary100111101000110101111010001011111000100111111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27512B; }

 p { color: rgb(39,81,43); }

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

<style>
 a { background-color: #27512B; }

 a { background-color: rgb(39,81,43); }

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

<style>
 span { border-color: #27512B; }

 span { border-color: rgb(39,81,43); }

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