Html Css Color HEX #27502E Parsley

📋 copy color: '#27502E'

red 39 ◦ green 80 ◦ blue 46

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

Shades of Parsley #27502E

Tints of Parsley #27502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.48%

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

R = 23.64%
G = 48.48%
B = 27.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#27502E (or 0x27502E) is known color: Parsley. HEX triplet: 27, 50 and 2E. RGB value is (39,80,46). Sum of RGB (Red+Green+Blue) = 39+80+46=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #27502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27502E is #D8AFD1. Grayscale: #3F3F3F. Windows color (decimal): -14200786 or 3035175. OLE color: 3035175.

HSL color Cylindrical-coordinate representation of color #27502E: hue angle of 130.24º 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 #27502E is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 80 46 -
CMYK 0.51 0 0.42 0.69
HSL 130.24º 0.34% 0.23% -
HSV(B) 130.24º 0.51% 0.31% -
XYZ 4.2 6.37 3.59 -
YUV 63.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 39 80 46 0.51 0 0.42 0.69 130.24 0.34 0.23
Hex 27 50 2E 33 0 2A 45 82 22 17
Octal 47 120 56 63 0 52 105 202 42 27
Binary 100111 1010000 101110 110011 0 101010 1000101 10000010 100010 10111

Color Harmonies of #27502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27502E

Black with #27502E

Text Example


Text Example

White with #27502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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