Html Css Color HEX #27552F Parsley

📋 copy color: '#27552F'

red 39 ◦ green 85 ◦ blue 47

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

Shades of Parsley #27552F

Tints of Parsley #27552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.71%

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 22.81%
G = 49.71%
B = 27.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#27552F (or 0x27552F) is known color: Parsley. HEX triplet: 27, 55 and 2F. RGB value is (39,85,47). Sum of RGB (Red+Green+Blue) = 39+85+47=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #27552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27552F is #D8AAD0. Grayscale: #434343. Windows color (decimal): -14199505 or 3101991. OLE color: 3101991.

HSL color Cylindrical-coordinate representation of color #27552F: hue angle of 130.43º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #27552F is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 85 47 -
CMYK 0.54 0 0.45 0.67
HSL 130.43º 0.37% 0.24% -
HSV(B) 130.43º 0.54% 0.33% -
XYZ 4.6 7.13 3.82 -
YUV 66.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 39 85 47 0.54 0 0.45 0.67 130.43 0.37 0.24
Hex 27 55 2F 36 0 2D 43 82 25 18
Octal 47 125 57 66 0 55 103 202 45 30
Binary 100111 1010101 101111 110110 0 101101 1000011 10000010 100101 11000

Color Harmonies of #27552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27552F

Black with #27552F

Text Example


Text Example

White with #27552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27552F; }

 p { color: rgb(39,85,47); }

 H1.HeaderClassName
 {
   color: #27552F;
 }
 .AnyTagClassName
 {
   color: #27552F;
 }
</style>

background-color css

<style>
 a { background-color: #27552F; }

 a { background-color: rgb(39,85,47); }

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

border-color css

<style>
 span { border-color: #27552F; }

 span { border-color: rgb(39,85,47); }

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