#276848

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

Shades of Green Pea #276848

Tints of Green Pea #276848

Color information

#276848 (or 0x276848) is unknown color: approx Green Pea. HEX triplet: 27, 68 and 48. RGB value is (39,104,72). Sum of RGB (Red+Green+Blue) = 39+104+72=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #276848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276848 is #D897B7. Grayscale: #505050. Windows color (decimal): -14194616 or 4745255. OLE color: 4745255.

HSL color Cylindrical-coordinate representation of color #276848: hue angle of 150.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276848 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB3910472-
CMYK0.6200.310.59
HSL150.46º45.45%28.04%-
HSV(B)150.46º62.5%40.78%-
XYZ6.9610.87.85-
YUV80.92122.9798.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 104 (41.02% from 255) = 48.37%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=18.14%
G=48.37%
B=33.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39104720.6200.310.59150.4645.4528.04
Hex2768483E01F3B962d1c
Octal4715011076037732265534
Binary100111110100010010001111100111111110111001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276848; }

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

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

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

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

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

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

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

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