#279F75

Color #279F75 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #279F75

Tints of Jungle Green #279F75

Color information

#279F75 (or 0x279F75) is unknown color: approx Jungle Green. HEX triplet: 27, 9F and 75. RGB value is (39,159,117). Sum of RGB (Red+Green+Blue) = 39+159+117=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #279F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279F75 is #D8608A. Grayscale: #767676. Windows color (decimal): -14180491 or 7708455. OLE color: 7708455.

HSL color Cylindrical-coordinate representation of color #279F75: hue angle of 159º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279F75 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB39159117-
CMYK0.7500.260.38
HSL159º60.61%38.82%-
HSV(B)159º75.47%62.35%-
XYZ16.4526.5121.08-
YUV118.33127.2471.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.38%
GREEN value IS 159 (62.5% from 255) = 50.48%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=12.38%
G=50.48%
B=37.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391591170.7500.260.3815960.6138.82
Hex279F754B01A269f3d27
Octal47237165113032462377547
Binary100111100111111110101100101101101010011010011111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,159,117); }

 H1.HeaderClassName
 {
   color: #279F75;
 }
 .AnyTagClassName
 {
   color: #279F75;
 }
</style>
background-color css

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

 a { background-color: rgb(39,159,117); }

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

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

 span { border-color: rgb(39,159,117); }

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