Html Css Color HEX #279C80 Jungle Green

📋 copy color: '#279C80'

red 39 ◦ green 156 ◦ blue 128

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

Shades of Jungle Green #279C80

Tints of Jungle Green #279C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.3%

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 12.07%
G = 48.3%
B = 39.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#279C80 (or 0x279C80) is known color: 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

RGB 39 156 128 -
CMYK 0.75 0 0.18 0.39
HSL 165.64º 0.6% 0.38% -
HSV(B) 165.64º 0.75% 0.61% -
XYZ 16.62 25.77 24.52 -
YUV 117.83 133.74 71.78 -
System Red Green Blue C M Y K H S L
Decimal 39 156 128 0.75 0 0.18 0.39 165.64 0.6 0.38
Hex 27 9C 80 4B 0 12 27 A6 3C 26
Octal 47 234 200 113 0 22 47 246 74 46
Binary 100111 10011100 10000000 1001011 0 10010 100111 10100110 111100 100110

Color Harmonies of #279C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279C80

Black with #279C80

Text Example


Text Example

White with #279C80

Text Example


Text Example

HTML Codes & Css Web 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>