Html Css Color HEX #279C7F Jungle Green

📋 copy color: '#279C7F'

red 39 ◦ green 156 ◦ blue 127

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

Shades of Jungle Green #279C7F

Tints of Jungle Green #279C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 12.11%
G = 48.45%
B = 39.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#279C7F (or 0x279C7F) is known color: Jungle Green. HEX triplet: 27, 9C and 7F. RGB value is (39,156,127). Sum of RGB (Red+Green+Blue) = 39+156+127=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #279C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279C7F is #D86380. Grayscale: #757575. Windows color (decimal): -14181249 or 8363047. OLE color: 8363047.

HSL color Cylindrical-coordinate representation of color #279C7F: hue angle of 165.13º 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 #279C7F is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 156 127 -
CMYK 0.75 0 0.19 0.39
HSL 165.13º 0.6% 0.38% -
HSV(B) 165.13º 0.75% 0.61% -
XYZ 16.56 25.74 24.17 -
YUV 117.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 39 156 127 0.75 0 0.19 0.39 165.13 0.6 0.38
Hex 27 9C 7F 4B 0 13 27 A5 3C 26
Octal 47 234 177 113 0 23 47 245 74 46
Binary 100111 10011100 1111111 1001011 0 10011 100111 10100101 111100 100110

Color Harmonies of #279C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279C7F

Black with #279C7F

Text Example


Text Example

White with #279C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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