#276046

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

Shades of Green Pea #276046

Tints of Green Pea #276046

Color information

#276046 (or 0x276046) is unknown color: approx Green Pea. HEX triplet: 27, 60 and 46. RGB value is (39,96,70). Sum of RGB (Red+Green+Blue) = 39+96+70=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #276046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276046 is #D89FB9. Grayscale: #4C4C4C. Windows color (decimal): -14196666 or 4612135. OLE color: 4612135.

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

Color convert

RGB399670-
CMYK0.5900.270.62
HSL152.63º42.22%26.47%-
HSV(B)152.63º59.38%37.65%-
XYZ6.139.247.25-
YUV75.99124.62101.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=19.02%
G=46.83%
B=34.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996700.5900.270.62152.6342.2226.47
Hex2760463B01B3E992a1a
Octal4714010673033762315232
Binary100111110000010001101110110110111111101001100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276046; }

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

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

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

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

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

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

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

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