Html Css Color HEX #275D47 Green Pea

📋 copy color: '#275D47'

red 39 ◦ green 93 ◦ blue 71

#275D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Pea #275D47

Tints of Green Pea #275D47

RGB

 RED value IS 39 (15.63% from 255) = 19.21%

 GREEN value IS 93 (36.72% from 255) = 45.81%

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 19.21%
G = 45.81%
B = 34.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#275D47 (or 0x275D47) is known color: Green Pea. HEX triplet: 27, 5D and 47. RGB value is (39,93,71). Sum of RGB (Red+Green+Blue) = 39+93+71=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #275D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D47 is #D8A2B8. Grayscale: #4A4A4A. Windows color (decimal): -14197433 or 4676903. OLE color: 4676903.

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

Color convert

RGB 39 93 71 -
CMYK 0.58 0 0.24 0.64
HSL 155.56º 0.41% 0.26% -
HSV(B) 155.56º 0.58% 0.36% -
XYZ 5.89 8.71 7.33 -
YUV 74.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 39 93 71 0.58 0 0.24 0.64 155.56 0.41 0.26
Hex 27 5D 47 3A 0 18 40 9C 29 1A
Octal 47 135 107 72 0 30 100 234 51 32
Binary 100111 1011101 1000111 111010 0 11000 1000000 10011100 101001 11010

Color Harmonies of #275D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D47

Black with #275D47

Text Example


Text Example

White with #275D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #275D47;
 }
 .AnyTagClassName
 {
   color: #275D47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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