Html Css Color HEX #279A7F Jungle Green

📋 copy color: '#279A7F'

red 39 ◦ green 154 ◦ blue 127

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

Shades of Jungle Green #279A7F

Tints of Jungle Green #279A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.13%

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

R = 12.19%
G = 48.13%
B = 39.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#279A7F (or 0x279A7F) is known color: Jungle Green. HEX triplet: 27, 9A and 7F. RGB value is (39,154,127). Sum of RGB (Red+Green+Blue) = 39+154+127=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #279A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279A7F is #D86580. Grayscale: #747474. Windows color (decimal): -14181761 or 8362535. OLE color: 8362535.

HSL color Cylindrical-coordinate representation of color #279A7F: hue angle of 165.91º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279A7F is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 154 127 -
CMYK 0.75 0 0.18 0.40
HSL 165.91º 0.6% 0.38% -
HSV(B) 165.91º 0.75% 0.6% -
XYZ 16.22 25.07 24.06 -
YUV 116.54 133.9 72.7 -
System Red Green Blue C M Y K H S L
Decimal 39 154 127 0.75 0 0.18 0.40 165.91 0.6 0.38
Hex 27 9A 7F 4B 0 12 28 A6 3C 26
Octal 47 232 177 113 0 22 50 246 74 46
Binary 100111 10011010 1111111 1001011 0 10010 101000 10100110 111100 100110

Color Harmonies of #279A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279A7F

Black with #279A7F

Text Example


Text Example

White with #279A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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