Html Css Color HEX #1FA278 Jungle Green

📋 copy color: '#1FA278'

red 31 ◦ green 162 ◦ blue 120

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

Shades of Jungle Green #1FA278

Tints of Jungle Green #1FA278

RGB

 RED value IS 31 (12.5% from 255) = 9.9%

 GREEN value IS 162 (63.67% from 255) = 51.76%

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 9.9%
G = 51.76%
B = 38.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#1FA278 (or 0x1FA278) is known color: Jungle Green. HEX triplet: 1F, A2 and 78. RGB value is (31,162,120). Sum of RGB (Red+Green+Blue) = 31+162+120=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA278 is #E05D87. Grayscale: #767676. Windows color (decimal): -14704008 or 7905823. OLE color: 7905823.

HSL color Cylindrical-coordinate representation of color #1FA278: hue angle of 160.76º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA278 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 31 162 120 -
CMYK 0.81 0 0.26 0.36
HSL 160.76º 0.68% 0.38% -
HSV(B) 160.76º 0.81% 0.64% -
XYZ 16.88 27.49 22.19 -
YUV 118.04 129.1 65.92 -
System Red Green Blue C M Y K H S L
Decimal 31 162 120 0.81 0 0.26 0.36 160.76 0.68 0.38
Hex 1F A2 78 51 0 1A 24 A1 44 26
Octal 37 242 170 121 0 32 44 241 104 46
Binary 11111 10100010 1111000 1010001 0 11010 100100 10100001 1000100 100110

Color Harmonies of #1FA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA278

Black with #1FA278

Text Example


Text Example

White with #1FA278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FA278; }

 p { color: rgb(31,162,120); }

 H1.HeaderClassName
 {
   color: #1FA278;
 }
 .AnyTagClassName
 {
   color: #1FA278;
 }
</style>

background-color css

<style>
 a { background-color: #1FA278; }

 a { background-color: rgb(31,162,120); }

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

border-color css

<style>
 span { border-color: #1FA278; }

 span { border-color: rgb(31,162,120); }

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