#275D40

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

Shades of Green Pea #275D40

Tints of Green Pea #275D40

Color information

#275D40 (or 0x275D40) is unknown color: approx Green Pea. HEX triplet: 27, 5D and 40. RGB value is (39,93,64). Sum of RGB (Red+Green+Blue) = 39+93+64=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #275D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D40 is #D8A2BF. Grayscale: #494949. Windows color (decimal): -14197440 or 4218151. OLE color: 4218151.

HSL color Cylindrical-coordinate representation of color #275D40: hue angle of 147.78º 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 #275D40 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB399364-
CMYK0.5800.310.64
HSL147.78º40.91%25.88%-
HSV(B)147.78º58.06%36.47%-
XYZ5.688.636.22-
YUV73.55122.61103.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=19.90%
G=47.45%
B=32.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993640.5800.310.64147.7840.9125.88
Hex275D403A01F4094291a
Octal47135100720371002245132
Binary1001111011101100000011101001111110000001001010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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