#275D3C

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

Shades of Green Pea #275D3C

Tints of Green Pea #275D3C

Color information

#275D3C (or 0x275D3C) is unknown color: approx Green Pea. HEX triplet: 27, 5D and 3C. RGB value is (39,93,60). Sum of RGB (Red+Green+Blue) = 39+93+60=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #275D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D3C is #D8A2C3. Grayscale: #494949. Windows color (decimal): -14197444 or 3956007. OLE color: 3956007.

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

Color convert

RGB399360-
CMYK0.5800.350.64
HSL143.33º40.91%25.88%-
HSV(B)143.33º58.06%36.47%-
XYZ5.578.595.64-
YUV73.09120.61103.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 93 (36.72% from 255) = 48.44%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=20.31%
G=48.44%
B=31.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993600.5800.350.64143.3340.9125.88
Hex275D3C3A023408f291a
Octal4713574720431002175132
Binary1001111011101111100111010010001110000001000111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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