#275D41

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

Shades of Green Pea #275D41

Tints of Green Pea #275D41

Color information

#275D41 (or 0x275D41) is unknown color: approx Green Pea. HEX triplet: 27, 5D and 41. RGB value is (39,93,65). Sum of RGB (Red+Green+Blue) = 39+93+65=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #275D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D41 is #D8A2BE. Grayscale: #494949. Windows color (decimal): -14197439 or 4283687. OLE color: 4283687.

HSL color Cylindrical-coordinate representation of color #275D41: hue angle of 148.89º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D41 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB399365-
CMYK0.5800.300.64
HSL148.89º40.91%25.88%-
HSV(B)148.89º58.06%36.47%-
XYZ5.718.646.37-
YUV73.66123.11103.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 65 (25.78% from 255) = 32.99%
R=19.80%
G=47.21%
B=32.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993650.5800.300.64148.8940.9125.88
Hex275D413A01E4095291a
Octal47135101720361002255132
Binary1001111011101100000111101001111010000001001010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,93,65); }

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

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

 a { background-color: rgb(39,93,65); }

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

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

 span { border-color: rgb(39,93,65); }

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