Html Css Color HEX #27502D Parsley

📋 copy color: '#27502D'

red 39 ◦ green 80 ◦ blue 45

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

Shades of Parsley #27502D

Tints of Parsley #27502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.44%

R = 23.78%
G = 48.78%
B = 27.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#27502D (or 0x27502D) is known color: Parsley. HEX triplet: 27, 50 and 2D. RGB value is (39,80,45). Sum of RGB (Red+Green+Blue) = 39+80+45=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #27502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27502D is #D8AFD2. Grayscale: #3F3F3F. Windows color (decimal): -14200787 or 2969639. OLE color: 2969639.

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

Color convert

RGB 39 80 45 -
CMYK 0.51 0 0.44 0.69
HSL 128.78º 0.34% 0.23% -
HSV(B) 128.78º 0.51% 0.31% -
XYZ 4.18 6.36 3.49 -
YUV 63.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 39 80 45 0.51 0 0.44 0.69 128.78 0.34 0.23
Hex 27 50 2D 33 0 2C 45 81 22 17
Octal 47 120 55 63 0 54 105 201 42 27
Binary 100111 1010000 101101 110011 0 101100 1000101 10000001 100010 10111

Color Harmonies of #27502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27502D

Black with #27502D

Text Example


Text Example

White with #27502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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