Html Css Color HEX #279B7E Jungle Green

📋 copy color: '#279B7E'

red 39 ◦ green 155 ◦ blue 126

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

Shades of Jungle Green #279B7E

Tints of Jungle Green #279B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 12.19%
G = 48.44%
B = 39.38%

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

#279B7E (or 0x279B7E) is known color: Jungle Green. HEX triplet: 27, 9B and 7E. RGB value is (39,155,126). Sum of RGB (Red+Green+Blue) = 39+155+126=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #279B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279B7E is #D86481. Grayscale: #757575. Windows color (decimal): -14181506 or 8297255. OLE color: 8297255.

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

Color convert

RGB 39 155 126 -
CMYK 0.75 0 0.19 0.39
HSL 165º 0.6% 0.38% -
HSV(B) 165º 0.75% 0.61% -
XYZ 16.32 25.38 23.78 -
YUV 117.01 133.07 72.36 -
System Red Green Blue C M Y K H S L
Decimal 39 155 126 0.75 0 0.19 0.39 165 0.6 0.38
Hex 27 9B 7E 4B 0 13 27 A5 3C 26
Octal 47 233 176 113 0 23 47 245 74 46
Binary 100111 10011011 1111110 1001011 0 10011 100111 10100101 111100 100110

Color Harmonies of #279B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279B7E

Black with #279B7E

Text Example


Text Example

White with #279B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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