#275A42

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

Shades of Green Pea #275A42

Tints of Green Pea #275A42

Color information

#275A42 (or 0x275A42) is unknown color: approx Green Pea. HEX triplet: 27, 5A and 42. RGB value is (39,90,66). Sum of RGB (Red+Green+Blue) = 39+90+66=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #275A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A42 is #D8A5BD. Grayscale: #484848. Windows color (decimal): -14198206 or 4348455. OLE color: 4348455.

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

Color convert

RGB399066-
CMYK0.5700.270.65
HSL151.76º39.53%25.29%-
HSV(B)151.76º56.67%35.29%-
XYZ5.488.146.44-
YUV72.02124.6104.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=20%
G=46.15%
B=33.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990660.5700.270.65151.7639.5325.29
Hex275A423901B41982819
Octal47132102710331012305031
Binary1001111011010100001011100101101110000011001100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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