#275F46

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

Shades of Green Pea #275F46

Tints of Green Pea #275F46

Color information

#275F46 (or 0x275F46) is unknown color: approx Green Pea. HEX triplet: 27, 5F and 46. RGB value is (39,95,70). Sum of RGB (Red+Green+Blue) = 39+95+70=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #275F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275F46 is #D8A0B9. Grayscale: #4B4B4B. Windows color (decimal): -14196922 or 4611879. OLE color: 4611879.

HSL color Cylindrical-coordinate representation of color #275F46: hue angle of 153.21º degrees, saturation: 0.42, 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 #275F46 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB399570-
CMYK0.5900.260.63
HSL153.21º41.79%26.27%-
HSV(B)153.21º58.95%37.25%-
XYZ6.039.067.22-
YUV75.41124.95102.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=19.12%
G=46.57%
B=34.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3995700.5900.260.63153.2141.7926.27
Hex275F463B01A3F992a1a
Octal4713710673032772315232
Binary100111101111110001101110110110101111111001100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,95,70); }

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

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

 a { background-color: rgb(39,95,70); }

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

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

 span { border-color: rgb(39,95,70); }

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