#275A3F

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

Shades of Green Pea #275A3F

Tints of Green Pea #275A3F

Color information

#275A3F (or 0x275A3F) is unknown color: approx Green Pea. HEX triplet: 27, 5A and 3F. RGB value is (39,90,63). Sum of RGB (Red+Green+Blue) = 39+90+63=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #275A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A3F is #D8A5C0. Grayscale: #474747. Windows color (decimal): -14198209 or 4151847. OLE color: 4151847.

HSL color Cylindrical-coordinate representation of color #275A3F: hue angle of 148.24º 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 #275A3F is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB399063-
CMYK0.5700.300.65
HSL148.24º39.53%25.29%-
HSV(B)148.24º56.67%35.29%-
XYZ5.398.15.98-
YUV71.67123.1104.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 90 (35.55% from 255) = 46.88%
BLUE value IS 63 (25% from 255) = 32.81%
R=20.31%
G=46.88%
B=32.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990630.5700.300.65148.2439.5325.29
Hex275A3F3901E41942819
Octal4713277710361012245031
Binary100111101101011111111100101111010000011001010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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