#275A3E

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

Shades of Green Pea #275A3E

Tints of Green Pea #275A3E

Color information

#275A3E (or 0x275A3E) is unknown color: approx Green Pea. HEX triplet: 27, 5A and 3E. RGB value is (39,90,62). Sum of RGB (Red+Green+Blue) = 39+90+62=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #275A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A3E is #D8A5C1. Grayscale: #474747. Windows color (decimal): -14198210 or 4086311. OLE color: 4086311.

HSL color Cylindrical-coordinate representation of color #275A3E: hue angle of 147.06º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275A3E is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB399062-
CMYK0.5700.310.65
HSL147.06º39.53%25.29%-
HSV(B)147.06º56.67%35.29%-
XYZ5.368.095.84-
YUV71.56122.6104.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 90 (35.55% from 255) = 47.12%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=20.42%
G=47.12%
B=32.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990620.5700.310.65147.0639.5325.29
Hex275A3E3901F41932819
Octal4713276710371012235031
Binary100111101101011111011100101111110000011001001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,90,62); }

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

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

 a { background-color: rgb(39,90,62); }

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

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

 span { border-color: rgb(39,90,62); }

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