#276242

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

Shades of Green Pea #276242

Tints of Green Pea #276242

Color information

#276242 (or 0x276242) is unknown color: approx Green Pea. HEX triplet: 27, 62 and 42. RGB value is (39,98,66). Sum of RGB (Red+Green+Blue) = 39+98+66=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #276242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276242 is #D89DBD. Grayscale: #4C4C4C. Windows color (decimal): -14196158 or 4350503. OLE color: 4350503.

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

Color convert

RGB399866-
CMYK0.6000.330.62
HSL147.46º43.07%26.86%-
HSV(B)147.46º60.2%38.43%-
XYZ6.199.566.67-
YUV76.71121.95101.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=19.21%
G=48.28%
B=32.51%

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
Decimal3998660.6000.330.62147.4643.0726.86
Hex2762423C0213E932b1b
Octal4714210274041762235333
Binary1001111100010100001011110001000011111101001001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276242; }

 p { color: rgb(39,98,66); }

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

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

 a { background-color: rgb(39,98,66); }

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

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

 span { border-color: rgb(39,98,66); }

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