#276F4C

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

Shades of Green Pea #276F4C

Tints of Green Pea #276F4C

Color information

#276F4C (or 0x276F4C) is unknown color: approx Green Pea. HEX triplet: 27, 6F and 4C. RGB value is (39,111,76). Sum of RGB (Red+Green+Blue) = 39+111+76=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #276F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276F4C is #D890B3. Grayscale: #555555. Windows color (decimal): -14192820 or 5009191. OLE color: 5009191.

HSL color Cylindrical-coordinate representation of color #276F4C: hue angle of 150.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276F4C is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB3911176-
CMYK0.6500.320.56
HSL150.83º48%29.41%-
HSV(B)150.83º64.86%43.53%-
XYZ7.8312.328.8-
YUV85.48122.6594.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 111 (43.75% from 255) = 49.12%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=17.26%
G=49.12%
B=33.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39111760.6500.320.56150.834829.41
Hex276F4C410203897301d
Octal47157114101040702276035
Binary10011111011111001100100000101000001110001001011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276F4C; }

 p { color: rgb(39,111,76); }

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

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

 a { background-color: rgb(39,111,76); }

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

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

 span { border-color: rgb(39,111,76); }

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