Html Css Color HEX #275940 Green Pea

📋 copy color: '#275940'

red 39 ◦ green 89 ◦ blue 64

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

Shades of Green Pea #275940

Tints of Green Pea #275940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.35%

 BLUE value IS 64 (25.39% from 255) = 33.33%

R = 20.31%
G = 46.35%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#275940 (or 0x275940) is known color: Green Pea. HEX triplet: 27, 59 and 40. RGB value is (39,89,64). Sum of RGB (Red+Green+Blue) = 39+89+64=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #275940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275940 is #D8A6BF. Grayscale: #474747. Windows color (decimal): -14198464 or 4217127. OLE color: 4217127.

HSL color Cylindrical-coordinate representation of color #275940: hue angle of 150º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275940 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 89 64 -
CMYK 0.56 0 0.28 0.65
HSL 150º 0.39% 0.25% -
HSV(B) 150º 0.56% 0.35% -
XYZ 5.33 7.95 6.1 -
YUV 71.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 39 89 64 0.56 0 0.28 0.65 150 0.39 0.25
Hex 27 59 40 38 0 1C 41 96 27 19
Octal 47 131 100 70 0 34 101 226 47 31
Binary 100111 1011001 1000000 111000 0 11100 1000001 10010110 100111 11001

Color Harmonies of #275940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275940

Black with #275940

Text Example


Text Example

White with #275940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275940; }

 p { color: rgb(39,89,64); }

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

background-color css

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

 a { background-color: rgb(39,89,64); }

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

border-color css

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

 span { border-color: rgb(39,89,64); }

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