Html Css Color HEX #1FA885 Jungle Green

📋 copy color: '#1FA885'

red 31 ◦ green 168 ◦ blue 133

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

Shades of Jungle Green #1FA885

Tints of Jungle Green #1FA885

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.6%

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 9.34%
G = 50.6%
B = 40.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#1FA885 (or 0x1FA885) is known color: Jungle Green. HEX triplet: 1F, A8 and 85. RGB value is (31,168,133). Sum of RGB (Red+Green+Blue) = 31+168+133=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA885 is #E0577A. Grayscale: #7B7B7B. Windows color (decimal): -14702459 or 8759327. OLE color: 8759327.

HSL color Cylindrical-coordinate representation of color #1FA885: hue angle of 164.67º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA885 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 31 168 133 -
CMYK 0.82 0 0.21 0.34
HSL 164.67º 0.69% 0.39% -
HSV(B) 164.67º 0.82% 0.66% -
XYZ 18.8 29.99 26.99 -
YUV 123.05 133.61 62.35 -
System Red Green Blue C M Y K H S L
Decimal 31 168 133 0.82 0 0.21 0.34 164.67 0.69 0.39
Hex 1F A8 85 52 0 15 22 A5 45 27
Octal 37 250 205 122 0 25 42 245 105 47
Binary 11111 10101000 10000101 1010010 0 10101 100010 10100101 1000101 100111

Color Harmonies of #1FA885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA885

Black with #1FA885

Text Example


Text Example

White with #1FA885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,168,133); }

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

background-color css

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

 a { background-color: rgb(31,168,133); }

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

border-color css

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

 span { border-color: rgb(31,168,133); }

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