#276141

Color #276141 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #276141

Tints of Green Pea #276141

Color information

#276141 (or 0x276141) is unknown color: approx Green Pea. HEX triplet: 27, 61 and 41. RGB value is (39,97,65). Sum of RGB (Red+Green+Blue) = 39+97+65=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #276141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276141 is #D89EBE. Grayscale: #4C4C4C. Windows color (decimal): -14196415 or 4284711. OLE color: 4284711.

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

Color convert

RGB399765-
CMYK0.6000.330.62
HSL146.9º42.65%26.67%-
HSV(B)146.9º59.79%38.04%-
XYZ6.079.366.49-
YUV76.01121.78101.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=19.40%
G=48.26%
B=32.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3997650.6000.330.62146.942.6526.67
Hex2761413C0213E932b1b
Octal4714110174041762235333
Binary1001111100001100000111110001000011111101001001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276141; }

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

 H1.HeaderClassName
 {
   color: #276141;
 }
 .AnyTagClassName
 {
   color: #276141;
 }
</style>
background-color css

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

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

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

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

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

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