#275F3F

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

Shades of Green Pea #275F3F

Tints of Green Pea #275F3F

Color information

#275F3F (or 0x275F3F) is unknown color: approx Green Pea. HEX triplet: 27, 5F and 3F. RGB value is (39,95,63). Sum of RGB (Red+Green+Blue) = 39+95+63=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #275F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275F3F is #D8A0C0. Grayscale: #4A4A4A. Windows color (decimal): -14196929 or 4153127. OLE color: 4153127.

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

Color convert

RGB399563-
CMYK0.5900.340.63
HSL145.71º41.79%26.27%-
HSV(B)145.71º58.95%37.25%-
XYZ5.838.976.13-
YUV74.61121.45102.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 63 (25% from 255) = 31.98%
R=19.80%
G=48.22%
B=31.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3995630.5900.340.63145.7141.7926.27
Hex275F3F3B0223F922a1a
Octal471377773042772225232
Binary100111101111111111111101101000101111111001001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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