Html Css Color HEX #1FA57B Jungle Green

📋 copy color: '#1FA57B'

red 31 ◦ green 165 ◦ blue 123

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

Shades of Jungle Green #1FA57B

Tints of Jungle Green #1FA57B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.72%

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 9.72%
G = 51.72%
B = 38.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#1FA57B (or 0x1FA57B) is known color: Jungle Green. HEX triplet: 1F, A5 and 7B. RGB value is (31,165,123). Sum of RGB (Red+Green+Blue) = 31+165+123=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA57B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA57B is #E05A84. Grayscale: #787878. Windows color (decimal): -14703237 or 8103199. OLE color: 8103199.

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

Color convert

RGB 31 165 123 -
CMYK 0.81 0 0.25 0.35
HSL 161.19º 0.68% 0.38% -
HSV(B) 161.19º 0.81% 0.65% -
XYZ 17.6 28.63 23.34 -
YUV 120.15 129.61 64.42 -
System Red Green Blue C M Y K H S L
Decimal 31 165 123 0.81 0 0.25 0.35 161.19 0.68 0.38
Hex 1F A5 7B 51 0 19 23 A1 44 26
Octal 37 245 173 121 0 31 43 241 104 46
Binary 11111 10100101 1111011 1010001 0 11001 100011 10100001 1000100 100110

Color Harmonies of #1FA57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA57B

Black with #1FA57B

Text Example


Text Example

White with #1FA57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,165,123); }

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

background-color css

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

 a { background-color: rgb(31,165,123); }

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

border-color css

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

 span { border-color: rgb(31,165,123); }

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