Html Css Color HEX #279C7D Jungle Green

📋 copy color: '#279C7D'

red 39 ◦ green 156 ◦ blue 125

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

Shades of Jungle Green #279C7D

Tints of Jungle Green #279C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 12.19%
G = 48.75%
B = 39.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#279C7D (or 0x279C7D) is known color: Jungle Green. HEX triplet: 27, 9C and 7D. RGB value is (39,156,125). Sum of RGB (Red+Green+Blue) = 39+156+125=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #279C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279C7D is #D86382. Grayscale: #757575. Windows color (decimal): -14181251 or 8231975. OLE color: 8231975.

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

Color convert

RGB 39 156 125 -
CMYK 0.75 0 0.20 0.39
HSL 164.1º 0.6% 0.38% -
HSV(B) 164.1º 0.75% 0.61% -
XYZ 16.43 25.69 23.49 -
YUV 117.48 132.24 72.02 -
System Red Green Blue C M Y K H S L
Decimal 39 156 125 0.75 0 0.20 0.39 164.1 0.6 0.38
Hex 27 9C 7D 4B 0 14 27 A4 3C 26
Octal 47 234 175 113 0 24 47 244 74 46
Binary 100111 10011100 1111101 1001011 0 10100 100111 10100100 111100 100110

Color Harmonies of #279C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279C7D

Black with #279C7D

Text Example


Text Example

White with #279C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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