#279C80

Color #279C80 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #279C80

Tints of Jungle Green #279C80

Color information

#279C80 (or 0x279C80) is unknown color: approx Jungle Green. HEX triplet: 27, 9C and 80. RGB value is (39,156,128). Sum of RGB (Red+Green+Blue) = 39+156+128=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #279C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279C80 is #D8637F. Grayscale: #757575. Windows color (decimal): -14181248 or 8428583. OLE color: 8428583.

HSL color Cylindrical-coordinate representation of color #279C80: hue angle of 165.64º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279C80 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB39156128-
CMYK0.7500.180.39
HSL165.64º60%38.24%-
HSV(B)165.64º75%61.18%-
XYZ16.6225.7724.52-
YUV117.82133.7471.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.07%
GREEN value IS 156 (61.33% from 255) = 48.30%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=12.07%
G=48.30%
B=39.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391561280.7500.180.39165.646038.24
Hex279C804B01227a63c26
Octal47234200113022472467446
Binary1001111001110010000000100101101001010011110100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279C80; }

 p { color: rgb(39,156,128); }

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

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

 a { background-color: rgb(39,156,128); }

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

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

 span { border-color: rgb(39,156,128); }

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