Html Css Color HEX #279B7A Jungle Green

📋 copy color: '#279B7A'

red 39 ◦ green 155 ◦ blue 122

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

Shades of Jungle Green #279B7A

Tints of Jungle Green #279B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 12.34%
G = 49.05%
B = 38.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#279B7A (or 0x279B7A) is known color: Jungle Green. HEX triplet: 27, 9B and 7A. RGB value is (39,155,122). Sum of RGB (Red+Green+Blue) = 39+155+122=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #279B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279B7A is #D86485. Grayscale: #747474. Windows color (decimal): -14181510 or 8035111. OLE color: 8035111.

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

Color convert

RGB 39 155 122 -
CMYK 0.75 0 0.21 0.39
HSL 162.93º 0.6% 0.38% -
HSV(B) 162.93º 0.75% 0.61% -
XYZ 16.07 25.28 22.44 -
YUV 116.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 39 155 122 0.75 0 0.21 0.39 162.93 0.6 0.38
Hex 27 9B 7A 4B 0 15 27 A3 3C 26
Octal 47 233 172 113 0 25 47 243 74 46
Binary 100111 10011011 1111010 1001011 0 10101 100111 10100011 111100 100110

Color Harmonies of #279B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279B7A

Black with #279B7A

Text Example


Text Example

White with #279B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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