#276142

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

Shades of Green Pea #276142

Tints of Green Pea #276142

Color information

#276142 (or 0x276142) is unknown color: approx Green Pea. HEX triplet: 27, 61 and 42. RGB value is (39,97,66). Sum of RGB (Red+Green+Blue) = 39+97+66=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #276142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276142 is #D89EBD. Grayscale: #4C4C4C. Windows color (decimal): -14196414 or 4350247. OLE color: 4350247.

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

Color convert

RGB399766-
CMYK0.6000.320.62
HSL147.93º42.65%26.67%-
HSV(B)147.93º59.79%38.04%-
XYZ6.099.376.64-
YUV76.12122.28101.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=19.31%
G=48.02%
B=32.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3997660.6000.320.62147.9342.6526.67
Hex2761423C0203E942b1b
Octal4714110274040762245333
Binary1001111100001100001011110001000001111101001010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276142; }

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

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

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

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

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

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

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

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