#276042

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

Shades of Green Pea #276042

Tints of Green Pea #276042

Color information

#276042 (or 0x276042) is unknown color: approx Green Pea. HEX triplet: 27, 60 and 42. RGB value is (39,96,66). Sum of RGB (Red+Green+Blue) = 39+96+66=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #276042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276042 is #D89FBD. Grayscale: #4B4B4B. Windows color (decimal): -14196670 or 4349991. OLE color: 4349991.

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

Color convert

RGB399666-
CMYK0.5900.310.62
HSL148.42º42.22%26.47%-
HSV(B)148.42º59.38%37.65%-
XYZ69.196.61-
YUV75.54122.62101.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=19.40%
G=47.76%
B=32.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996660.5900.310.62148.4242.2226.47
Hex2760423B01F3E942a1a
Octal4714010273037762245232
Binary100111110000010000101110110111111111101001010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276042; }

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

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

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

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

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

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

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

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