Html Css Color HEX #276140 Green Pea

📋 copy color: '#276140'

red 39 ◦ green 97 ◦ blue 64

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

Shades of Green Pea #276140

Tints of Green Pea #276140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32%

R = 19.5%
G = 48.5%
B = 32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#276140 (or 0x276140) is known color: Green Pea. HEX triplet: 27, 61 and 40. RGB value is (39,97,64). Sum of RGB (Red+Green+Blue) = 39+97+64=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #276140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276140 is #D89EBF. Grayscale: #4B4B4B. Windows color (decimal): -14196416 or 4219175. OLE color: 4219175.

HSL color Cylindrical-coordinate representation of color #276140: hue angle of 145.86º 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 #276140 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 97 64 -
CMYK 0.60 0 0.34 0.62
HSL 145.86º 0.43% 0.27% -
HSV(B) 145.86º 0.6% 0.38% -
XYZ 6.04 9.35 6.34 -
YUV 75.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 39 97 64 0.60 0 0.34 0.62 145.86 0.43 0.27
Hex 27 61 40 3C 0 22 3E 92 2B 1B
Octal 47 141 100 74 0 42 76 222 53 33
Binary 100111 1100001 1000000 111100 0 100010 111110 10010010 101011 11011

Color Harmonies of #276140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276140

Black with #276140

Text Example


Text Example

White with #276140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276140; }

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

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

background-color css

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

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

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

border-color css

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

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

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