Html Css Color HEX #279B7C Jungle Green

📋 copy color: '#279B7C'

red 39 ◦ green 155 ◦ blue 124

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

Shades of Jungle Green #279B7C

Tints of Jungle Green #279B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.74%

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 12.26%
G = 48.74%
B = 38.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#279B7C (or 0x279B7C) is known color: Jungle Green. HEX triplet: 27, 9B and 7C. RGB value is (39,155,124). Sum of RGB (Red+Green+Blue) = 39+155+124=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #279B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279B7C is #D86483. Grayscale: #747474. Windows color (decimal): -14181508 or 8166183. OLE color: 8166183.

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

Color convert

RGB 39 155 124 -
CMYK 0.75 0 0.2 0.39
HSL 163.97º 0.6% 0.38% -
HSV(B) 163.97º 0.75% 0.61% -
XYZ 16.2 25.33 23.1 -
YUV 116.78 132.07 72.52 -
System Red Green Blue C M Y K H S L
Decimal 39 155 124 0.75 0 0.2 0.39 163.97 0.6 0.38
Hex 27 9B 7C 4B 0 14 27 A4 3C 26
Octal 47 233 174 113 0 24 47 244 74 46
Binary 100111 10011011 1111100 1001011 0 10100 100111 10100100 111100 100110

Color Harmonies of #279B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279B7C

Black with #279B7C

Text Example


Text Example

White with #279B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,155,124); }

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

background-color css

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

 a { background-color: rgb(39,155,124); }

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

border-color css

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

 span { border-color: rgb(39,155,124); }

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