#275D3D

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

Shades of Green Pea #275D3D

Tints of Green Pea #275D3D

Color information

#275D3D (or 0x275D3D) is unknown color: approx Green Pea. HEX triplet: 27, 5D and 3D. RGB value is (39,93,61). Sum of RGB (Red+Green+Blue) = 39+93+61=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #275D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D3D is #D8A2C2. Grayscale: #494949. Windows color (decimal): -14197443 or 4021543. OLE color: 4021543.

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

Color convert

RGB399361-
CMYK0.5800.340.64
HSL144.44º40.91%25.88%-
HSV(B)144.44º58.06%36.47%-
XYZ5.598.65.78-
YUV73.21121.11103.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 93 (36.72% from 255) = 48.19%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=20.21%
G=48.19%
B=31.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993610.5800.340.64144.4440.9125.88
Hex275D3D3A0224090291a
Octal4713575720421002205132
Binary1001111011101111101111010010001010000001001000010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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