Html Css Color HEX #27502A Parsley

📋 copy color: '#27502A'

red 39 ◦ green 80 ◦ blue 42

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

Shades of Parsley #27502A

Tints of Parsley #27502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.09%

R = 24.22%
G = 49.69%
B = 26.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#27502A (or 0x27502A) is known color: Parsley. HEX triplet: 27, 50 and 2A. RGB value is (39,80,42). Sum of RGB (Red+Green+Blue) = 39+80+42=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #27502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27502A is #D8AFD5. Grayscale: #3F3F3F. Windows color (decimal): -14200790 or 2773031. OLE color: 2773031.

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

Color convert

RGB 39 80 42 -
CMYK 0.51 0 0.48 0.69
HSL 124.39º 0.34% 0.23% -
HSV(B) 124.39º 0.51% 0.31% -
XYZ 4.12 6.34 3.2 -
YUV 63.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 39 80 42 0.51 0 0.48 0.69 124.39 0.34 0.23
Hex 27 50 2A 33 0 30 45 7C 22 17
Octal 47 120 52 63 0 60 105 174 42 27
Binary 100111 1010000 101010 110011 0 110000 1000101 1111100 100010 10111

Color Harmonies of #27502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27502A

Black with #27502A

Text Example


Text Example

White with #27502A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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