Html Css Color HEX #276131 Parsley

📋 copy color: '#276131'

red 39 ◦ green 97 ◦ blue 49

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

Shades of Parsley #276131

Tints of Parsley #276131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.43%

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 21.08%
G = 52.43%
B = 26.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#276131 (or 0x276131) is known color: Parsley. HEX triplet: 27, 61 and 31. RGB value is (39,97,49). Sum of RGB (Red+Green+Blue) = 39+97+49=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #276131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276131 is #D89ECE. Grayscale: #4A4A4A. Windows color (decimal): -14196431 or 3236135. OLE color: 3236135.

HSL color Cylindrical-coordinate representation of color #276131: hue angle of 130.34º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #276131 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 97 49 -
CMYK 0.60 0 0.49 0.62
HSL 130.34º 0.43% 0.27% -
HSV(B) 130.34º 0.6% 0.38% -
XYZ 5.67 9.2 4.38 -
YUV 74.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 39 97 49 0.60 0 0.49 0.62 130.34 0.43 0.27
Hex 27 61 31 3C 0 31 3E 82 2B 1B
Octal 47 141 61 74 0 61 76 202 53 33
Binary 100111 1100001 110001 111100 0 110001 111110 10000010 101011 11011

Color Harmonies of #276131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276131

Black with #276131

Text Example


Text Example

White with #276131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276131; }

 p { color: rgb(39,97,49); }

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

background-color css

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

 a { background-color: rgb(39,97,49); }

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

border-color css

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

 span { border-color: rgb(39,97,49); }

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