#276041

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

Shades of Green Pea #276041

Tints of Green Pea #276041

Color information

#276041 (or 0x276041) is unknown color: approx Green Pea. HEX triplet: 27, 60 and 41. RGB value is (39,96,65). Sum of RGB (Red+Green+Blue) = 39+96+65=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #276041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276041 is #D89FBE. Grayscale: #4B4B4B. Windows color (decimal): -14196671 or 4284455. OLE color: 4284455.

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

Color convert

RGB399665-
CMYK0.5900.320.62
HSL147.37º42.22%26.47%-
HSV(B)147.37º59.38%37.65%-
XYZ5.979.186.46-
YUV75.42122.12102.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=19.5%
G=48%
B=32.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996650.5900.320.62147.3742.2226.47
Hex2760413B0203E932a1a
Octal4714010173040762235232
Binary1001111100000100000111101101000001111101001001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276041; }

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

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

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

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

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

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

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

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