Html Css Color HEX #27512E Parsley

📋 copy color: '#27512E'

red 39 ◦ green 81 ◦ blue 46

#27512E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #27512E

Tints of Parsley #27512E

RGB

 RED value IS 39 (15.63% from 255) = 23.49%

 GREEN value IS 81 (32.03% from 255) = 48.8%

 BLUE value IS 46 (18.36% from 255) = 27.71%

R = 23.49%
G = 48.8%
B = 27.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#27512E (or 0x27512E) is known color: Parsley. HEX triplet: 27, 51 and 2E. RGB value is (39,81,46). Sum of RGB (Red+Green+Blue) = 39+81+46=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #27512E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27512E is #D8AED1. Grayscale: #404040. Windows color (decimal): -14200530 or 3035431. OLE color: 3035431.

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

Color convert

RGB 39 81 46 -
CMYK 0.52 0 0.43 0.68
HSL 130º 0.35% 0.24% -
HSV(B) 130º 0.52% 0.32% -
XYZ 4.27 6.51 3.62 -
YUV 64.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 39 81 46 0.52 0 0.43 0.68 130 0.35 0.24
Hex 27 51 2E 34 0 2B 44 82 23 18
Octal 47 121 56 64 0 53 104 202 43 30
Binary 100111 1010001 101110 110100 0 101011 1000100 10000010 100011 11000

Color Harmonies of #27512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27512E

Black with #27512E

Text Example


Text Example

White with #27512E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27512E;
 }
 .AnyTagClassName
 {
   color: #27512E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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