#276248

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

Shades of Green Pea #276248

Tints of Green Pea #276248

Color information

#276248 (or 0x276248) is unknown color: approx Green Pea. HEX triplet: 27, 62 and 48. RGB value is (39,98,72). Sum of RGB (Red+Green+Blue) = 39+98+72=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #276248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276248 is #D89DB7. Grayscale: #4D4D4D. Windows color (decimal): -14196152 or 4743719. OLE color: 4743719.

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

Color convert

RGB399872-
CMYK0.6000.270.62
HSL153.56º43.07%26.86%-
HSV(B)153.56º60.2%38.43%-
XYZ6.379.637.65-
YUV77.4124.95100.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=18.66%
G=46.89%
B=34.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3998720.6000.270.62153.5643.0726.86
Hex2762483C01B3E9a2b1b
Octal4714211074033762325333
Binary100111110001010010001111000110111111101001101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276248; }

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

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

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

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

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

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

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

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