#276145

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

Shades of Green Pea #276145

Tints of Green Pea #276145

Color information

#276145 (or 0x276145) is unknown color: approx Green Pea. HEX triplet: 27, 61 and 45. RGB value is (39,97,69). Sum of RGB (Red+Green+Blue) = 39+97+69=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #276145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276145 is #D89EBA. Grayscale: #4C4C4C. Windows color (decimal): -14196411 or 4546855. OLE color: 4546855.

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

Color convert

RGB399769-
CMYK0.6000.290.62
HSL151.03º42.65%26.67%-
HSV(B)151.03º59.79%38.04%-
XYZ6.199.417.12-
YUV76.47123.78101.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=19.02%
G=47.32%
B=33.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3997690.6000.290.62151.0342.6526.67
Hex2761453C01D3E972b1b
Octal4714110574035762275333
Binary100111110000110001011111000111011111101001011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276145; }

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

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

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

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

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

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

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

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