Html Css Color HEX #1FA075 Jungle Green

📋 copy color: '#1FA075'

red 31 ◦ green 160 ◦ blue 117

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

Shades of Jungle Green #1FA075

Tints of Jungle Green #1FA075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.95%

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 10.06%
G = 51.95%
B = 37.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#1FA075 (or 0x1FA075) is known color: Jungle Green. HEX triplet: 1F, A0 and 75. RGB value is (31,160,117). Sum of RGB (Red+Green+Blue) = 31+160+117=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA075 is #E05F8A. Grayscale: #747474. Windows color (decimal): -14704523 or 7708703. OLE color: 7708703.

HSL color Cylindrical-coordinate representation of color #1FA075: hue angle of 160º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA075 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 31 160 117 -
CMYK 0.81 0 0.27 0.37
HSL 160º 0.68% 0.37% -
HSV(B) 160º 0.81% 0.63% -
XYZ 16.35 26.72 21.13 -
YUV 116.53 128.26 67 -
System Red Green Blue C M Y K H S L
Decimal 31 160 117 0.81 0 0.27 0.37 160 0.68 0.37
Hex 1F A0 75 51 0 1B 25 A0 44 25
Octal 37 240 165 121 0 33 45 240 104 45
Binary 11111 10100000 1110101 1010001 0 11011 100101 10100000 1000100 100101

Color Harmonies of #1FA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA075

Black with #1FA075

Text Example


Text Example

White with #1FA075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,160,117); }

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

background-color css

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

 a { background-color: rgb(31,160,117); }

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

border-color css

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

 span { border-color: rgb(31,160,117); }

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