#276640

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

Shades of Green Pea #276640

Tints of Green Pea #276640

Color information

#276640 (or 0x276640) is unknown color: approx Green Pea. HEX triplet: 27, 66 and 40. RGB value is (39,102,64). Sum of RGB (Red+Green+Blue) = 39+102+64=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #276640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276640 is #D899BF. Grayscale: #4E4E4E. Windows color (decimal): -14195136 or 4220455. OLE color: 4220455.

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

Color convert

RGB3910264-
CMYK0.6200.370.6
HSL143.81º44.68%27.65%-
HSV(B)143.81º61.76%40%-
XYZ6.5110.36.5-
YUV78.83119.6399.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=19.02%
G=49.76%
B=31.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39102640.6200.370.6143.8144.6827.65
Hex2766403E0253C902d1c
Octal4714610076045742205534
Binary1001111100110100000011111001001011111001001000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276640; }

 p { color: rgb(39,102,64); }

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

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

 a { background-color: rgb(39,102,64); }

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

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

 span { border-color: rgb(39,102,64); }

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