#27512A

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

Shades of Parsley #27512A

Tints of Parsley #27512A

Color information

#27512A (or 0x27512A) is unknown color: approx Parsley. HEX triplet: 27, 51 and 2A. RGB value is (39,81,42). Sum of RGB (Red+Green+Blue) = 39+81+42=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #27512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27512A is #D8AED5. Grayscale: #404040. Windows color (decimal): -14200534 or 2773287. OLE color: 2773287.

HSL color Cylindrical-coordinate representation of color #27512A: hue angle of 124.29º 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 #27512A is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB398142-
CMYK0.5200.480.68
HSL124.29º35%23.53%-
HSV(B)124.29º51.85%31.76%-
XYZ4.26.483.22-
YUV64115.59110.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=24.07%
G=50%
B=25.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3981420.5200.480.68124.293523.53
Hex27512A34030447c2318
Octal4712152640601041744330
Binary100111101000110101011010001100001000100111110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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