#275B42

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

Shades of Green Pea #275B42

Tints of Green Pea #275B42

Color information

#275B42 (or 0x275B42) is unknown color: approx Green Pea. HEX triplet: 27, 5B and 42. RGB value is (39,91,66). Sum of RGB (Red+Green+Blue) = 39+91+66=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #275B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275B42 is #D8A4BD. Grayscale: #484848. Windows color (decimal): -14197950 or 4348711. OLE color: 4348711.

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

Color convert

RGB399166-
CMYK0.5700.270.64
HSL151.15º40%25.49%-
HSV(B)151.15º57.14%35.69%-
XYZ5.568.316.46-
YUV72.6124.27104.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 91 (35.94% from 255) = 46.43%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=19.90%
G=46.43%
B=33.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3991660.5700.270.64151.154025.49
Hex275B423901B40972819
Octal47133102710331002275031
Binary1001111011011100001011100101101110000001001011110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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