#275E45

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

Shades of Green Pea #275E45

Tints of Green Pea #275E45

Color information

#275E45 (or 0x275E45) is unknown color: approx Green Pea. HEX triplet: 27, 5E and 45. RGB value is (39,94,69). Sum of RGB (Red+Green+Blue) = 39+94+69=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #275E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275E45 is #D8A1BA. Grayscale: #4A4A4A. Windows color (decimal): -14197179 or 4546087. OLE color: 4546087.

HSL color Cylindrical-coordinate representation of color #275E45: hue angle of 152.73º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275E45 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB399469-
CMYK0.5900.270.63
HSL152.73º41.35%26.08%-
HSV(B)152.73º58.51%36.86%-
XYZ5.918.877.03-
YUV74.7124.78102.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 94 (37.11% from 255) = 46.53%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=19.31%
G=46.53%
B=34.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3994690.5900.270.63152.7341.3526.08
Hex275E453B01B3F99291a
Octal4713610573033772315132
Binary100111101111010001011110110110111111111001100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275E45; }

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

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

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

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

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

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

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

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