#275B3D

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

Shades of Green Pea #275B3D

Tints of Green Pea #275B3D

Color information

#275B3D (or 0x275B3D) is unknown color: approx Green Pea. HEX triplet: 27, 5B and 3D. RGB value is (39,91,61). Sum of RGB (Red+Green+Blue) = 39+91+61=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #275B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275B3D is #D8A4C2. Grayscale: #484848. Windows color (decimal): -14197955 or 4021031. OLE color: 4021031.

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

Color convert

RGB399161-
CMYK0.5700.330.64
HSL145.38º40%25.49%-
HSV(B)145.38º57.14%35.69%-
XYZ5.428.255.72-
YUV72.03121.77104.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 91 (35.94% from 255) = 47.64%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=20.42%
G=47.64%
B=31.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3991610.5700.330.64145.384025.49
Hex275B3D3902140912819
Octal4713375710411002215031
Binary1001111011011111101111001010000110000001001000110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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