Html Css Color HEX #276032 Parsley

📋 copy color: '#276032'

red 39 ◦ green 96 ◦ blue 50

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

Shades of Parsley #276032

Tints of Parsley #276032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.89%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 21.08%
G = 51.89%
B = 27.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#276032 (or 0x276032) is known color: Parsley. HEX triplet: 27, 60 and 32. RGB value is (39,96,50). Sum of RGB (Red+Green+Blue) = 39+96+50=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #276032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276032 is #D89FCD. Grayscale: #494949. Windows color (decimal): -14196686 or 3301415. OLE color: 3301415.

HSL color Cylindrical-coordinate representation of color #276032: hue angle of 131.58º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #276032 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 96 50 -
CMYK 0.59 0 0.48 0.62
HSL 131.58º 0.42% 0.26% -
HSV(B) 131.58º 0.59% 0.38% -
XYZ 5.6 9.03 4.47 -
YUV 73.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 39 96 50 0.59 0 0.48 0.62 131.58 0.42 0.26
Hex 27 60 32 3B 0 30 3E 84 2A 1A
Octal 47 140 62 73 0 60 76 204 52 32
Binary 100111 1100000 110010 111011 0 110000 111110 10000100 101010 11010

Color Harmonies of #276032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276032

Black with #276032

Text Example


Text Example

White with #276032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276032; }

 p { color: rgb(39,96,50); }

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

background-color css

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

 a { background-color: rgb(39,96,50); }

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

border-color css

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

 span { border-color: rgb(39,96,50); }

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